Package | Description |
---|---|
gate.creole.annic.apache.lucene.store |
Binary i/o API, used for all index data.
|
Modifier and Type | Method and Description |
---|---|
Lock |
RAMDirectory.makeLock(String name)
Construct a
Lock . |
abstract Lock |
Directory.makeLock(String name)
Construct a
Lock . |
Lock |
FSDirectory.makeLock(String name)
Constructs a
Lock with the specified name. |
Constructor and Description |
---|
With(Lock lock)
Deprecated.
Kept only to avoid breaking existing code.
|
With(Lock lock,
long lockWaitTimeout)
Constructs an executor that will grab the named lock.
|
Copyright © 2024 GATE. All rights reserved.