|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Lock | |
org.apache.lucene.index | Code to maintain and access indices. |
org.apache.lucene.store | Binary i/o API, used for all index data. |
Uses of Lock in org.apache.lucene.index |
Methods in org.apache.lucene.index that return Lock | |
Lock |
CompoundFileReader.makeLock(String name)
Construct a Lock . |
Uses of Lock in org.apache.lucene.store |
Methods in org.apache.lucene.store that return Lock | |
Lock |
RAMDirectory.makeLock(String name)
Construct a Lock . |
Lock |
FSDirectory.makeLock(String name)
Constructs a Lock with the specified name. |
abstract Lock |
Directory.makeLock(String name)
Construct a Lock . |
Constructors in org.apache.lucene.store with parameters of type Lock | |
Lock.With(Lock lock)
Deprecated. Kept only to avoid breaking existing code. |
|
Lock.With(Lock lock,
long lockWaitTimeout)
Constructs an executor that will grab the named lock. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |