Uses of Class
gate.creole.annic.apache.lucene.store.Lock

Packages that use Lock
gate.creole.annic.apache.lucene.store Binary i/o API, used for all index data. 
 

Uses of Lock in gate.creole.annic.apache.lucene.store
 

Methods in gate.creole.annic.apache.lucene.store that return Lock
abstract  Lock Directory.makeLock(String name)
          Construct a Lock.
 Lock FSDirectory.makeLock(String name)
          Constructs a Lock with the specified name.
 Lock RAMDirectory.makeLock(String name)
          Construct a Lock.
 

Constructors in gate.creole.annic.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.