Uses of Class
org.apache.lucene.store.Lock

Packages that use Lock
org.apache.lucene.store Binary i/o API, for storing index data. 
 

Uses of Lock in org.apache.lucene.store
 

Methods in org.apache.lucene.store that return Lock
abstract  Lock Directory.makeLock(String name)
          Construct a Lock.
 Lock FSDirectory.makeLock(String name)
          Construct a Lock.
 Lock RAMDirectory.makeLock(String name)
          Construct a Lock.
 

Constructors in org.apache.lucene.store with parameters of type Lock
Lock.With(Lock lock)
          Constructs an executor that will grab the named lock.
 



Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.