| Frames | No Frames |
Classes derived from org.apache.lucene.store.LockFactory | |
| class | Implements LockFactory using native OS file locks
(available through java.nio.*). |
| class | Use this LockFactory to disable locking entirely. |
| class | Implements LockFactory using File.createNewFile(). |
| class | Implements LockFactory for a single in-process instance,
meaning all locking will take place through this one instance. |
Fields of type org.apache.lucene.store.LockFactory | |
| LockFactory | Holds the LockFactory instance (implements locking for
this Directory instance). |
Methods with parameter type org.apache.lucene.store.LockFactory | |
| FSDirectory | Returns the directory instance for the named location. |
| FSDirectory | Returns the directory instance for the named location. |
| void | Set the LockFactory that this Directory instance should
use for its locking implementation. |
Methods with return type org.apache.lucene.store.LockFactory | |
| LockFactory | Get the LockFactory that this Directory instance is
using for its locking implementation. |