|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LockObtainFailedException | |
---|---|
org.apache.lucene.benchmark.byTask.tasks | Extendable benchmark tasks. |
org.apache.lucene.facet.taxonomy.directory | Taxonomy implemented using a Lucene-Index |
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.benchmark.byTask.tasks |
---|
Methods in org.apache.lucene.benchmark.byTask.tasks that throw LockObtainFailedException | |
---|---|
static IndexWriter |
CreateIndexTask.configureWriter(Config config,
PerfRunData runData,
IndexWriterConfig.OpenMode mode,
IndexCommit commit)
|
Uses of LockObtainFailedException in org.apache.lucene.facet.taxonomy.directory |
---|
Constructors in org.apache.lucene.facet.taxonomy.directory that throw LockObtainFailedException | |
---|---|
DirectoryTaxonomyWriter(Directory d)
|
|
DirectoryTaxonomyWriter(Directory directory,
IndexWriterConfig.OpenMode openMode)
Creates a new instance with a default cached as defined by DirectoryTaxonomyWriter.defaultTaxonomyWriterCache() . |
Uses of LockObtainFailedException in org.apache.lucene.index |
---|
Methods in org.apache.lucene.index that throw LockObtainFailedException | |
---|---|
void |
IndexReader.deleteDocument(int docNum)
Deprecated. Write support will be removed in Lucene 4.0. Use IndexWriter.deleteDocuments(Term) instead |
int |
IndexReader.deleteDocuments(Term term)
Deprecated. Write support will be removed in Lucene 4.0. Use IndexWriter.deleteDocuments(Term) instead |
void |
IndexReader.setNorm(int doc,
String field,
byte value)
Deprecated. Write support will be removed in Lucene 4.0. There will be no replacement for this method. |
void |
IndexReader.setNorm(int doc,
String field,
float value)
Deprecated. Write support will be removed in Lucene 4.0. There will be no replacement for this method. |
void |
IndexReader.undeleteAll()
Deprecated. Write support will be removed in Lucene 4.0. There will be no replacement for this method. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |