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

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
abstract  Lock Directory.makeLock(java.lang.String name)
          Construct a Lock.
 Lock FSDirectory.makeLock(java.lang.String name)
          Constructs a Lock with the specified name.
 Lock RAMDirectory.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.
 



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