|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Lock | |
---|---|
org.apache.lucene.store | Binary i/o API, used for all index data. |
Uses of Lock in org.apache.lucene.store |
---|
Methods in org.apache.lucene.store that return Lock | |
---|---|
Lock |
RAMDirectory.makeLock(java.lang.String name)
Construct a Lock . |
Lock |
FSDirectory.makeLock(java.lang.String name)
Constructs a Lock with the specified name. |
abstract Lock |
Directory.makeLock(java.lang.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 |