Uses of Class
org.apache.lucene.store.LockObtainFailedException
-
Packages that use LockObtainFailedException Package Description 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
Methods in org.apache.lucene.index that throw LockObtainFailedException Modifier and Type Method Description voidIndexReader. deleteDocument(int docNum)Deprecated.Write support will be removed in Lucene 4.0.intIndexReader. deleteDocuments(Term term)Deprecated.Write support will be removed in Lucene 4.0.voidIndexReader. setNorm(int doc, String field, byte value)Deprecated.Write support will be removed in Lucene 4.0.voidIndexReader. setNorm(int doc, String field, float value)Deprecated.Write support will be removed in Lucene 4.0.voidIndexReader. undeleteAll()Deprecated.Write support will be removed in Lucene 4.0. -
Uses of LockObtainFailedException in org.apache.lucene.store
Methods in org.apache.lucene.store that throw LockObtainFailedException Modifier and Type Method Description booleanLock. obtain(long lockWaitTimeout)Attempts to obtain an exclusive lock within amount of time given.ObjectLock.With. run()CallsLock.With.doBody()while lock is obtained.
-