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

Packages that use Lock
gate.creole.annic.apache.lucene.index Code to maintain and access indices. 
gate.creole.annic.apache.lucene.store Binary i/o API, used for all index data. 
 

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

Fields in gate.creole.annic.apache.lucene.index declared as Lock
private  Lock IndexReader.writeLock
           
private  Lock IndexWriter.writeLock
           
 

Methods in gate.creole.annic.apache.lucene.index that return Lock
 Lock CompoundFileReader.makeLock(String name)
          Construct a Lock.
 

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

Fields in gate.creole.annic.apache.lucene.store declared as Lock
private  Lock Lock.With.lock
           
 

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.