org.compass.core.lucene
Class LuceneEnvironment.LockFactory.Type
java.lang.Object
org.compass.core.lucene.LuceneEnvironment.LockFactory.Type
- Enclosing class:
- LuceneEnvironment.LockFactory
public abstract static class LuceneEnvironment.LockFactory.Type
- extends Object
|
Field Summary |
static String |
NATIVE_FS
A native FS lock factory (uses NIO). |
static String |
NO_LOCKING
No locking is perfomed, generally should not be used. |
static String |
SIMPLE_FS
The default lock factory uses simple FS operations to write a lock file. |
static String |
SINGLE_INSTANCE
A single instance lock fatory (uses memory based ones). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NO_LOCKING
public static final String NO_LOCKING
- No locking is perfomed, generally should not be used. Maps to Lucene
NoLockFactory.
- See Also:
- Constant Field Values
SIMPLE_FS
public static final String SIMPLE_FS
- The default lock factory uses simple FS operations to write a lock file.
Maps to Lucene
SimpleFSLockFactory.
- See Also:
- Constant Field Values
NATIVE_FS
public static final String NATIVE_FS
- A native FS lock factory (uses NIO). Maps to Lucene
NativeFSLockFactory.
- See Also:
- Constant Field Values
SINGLE_INSTANCE
public static final String SINGLE_INSTANCE
- A single instance lock fatory (uses memory based ones). Maps to
Lucene
SingleInstanceLockFactory.
- See Also:
- Constant Field Values
LuceneEnvironment.LockFactory.Type
public LuceneEnvironment.LockFactory.Type()
Copyright (c) 2004-2008 The Compass Project.