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

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

Uses of LockObtainFailedException in org.apache.lucene.index
 

Constructors in org.apache.lucene.index that throw LockObtainFailedException
IndexWriter(Directory d, IndexWriterConfig conf)
          Constructs a new IndexWriter per the settings given in conf.
PersistentSnapshotDeletionPolicy(IndexDeletionPolicy primary, Directory dir, IndexWriterConfig.OpenMode mode, Version matchVersion)
          PersistentSnapshotDeletionPolicy wraps another IndexDeletionPolicy to enable flexible snapshotting.
 

Uses of LockObtainFailedException in org.apache.lucene.store
 

Methods in org.apache.lucene.store that throw LockObtainFailedException
 boolean Lock.obtain(long lockWaitTimeout)
          Attempts to obtain an exclusive lock within amount of time given.
 Object Lock.With.run()
          Calls Lock.With.doBody() while lock is obtained.
 



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