|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.smila.search.lucene.index.access.SynchronizedAbstractExecutor<IndexReader,ReturnedType>
org.eclipse.smila.search.lucene.index.access.SynchronizedIndexReaderExecutor<ReturnedType>
ReturnedType
- class of returned type.public class SynchronizedIndexReaderExecutor<ReturnedType>
The Class SynchronizedIndexReaderExecutor.
Constructor Summary | |
---|---|
SynchronizedIndexReaderExecutor(java.lang.Object monitored,
java.lang.String storage)
Instantiates a new synchronized index reader executor. |
Method Summary | |
---|---|
protected void |
close(IndexReader object)
Close. |
ReturnedType |
execute(ISynchronizedOperation<IndexReader,ReturnedType> operation)
Execute. |
Methods inherited from class org.eclipse.smila.search.lucene.index.access.SynchronizedAbstractExecutor |
---|
execute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SynchronizedIndexReaderExecutor(java.lang.Object monitored, java.lang.String storage)
monitored
- the monitoredstorage
- the storageMethod Detail |
---|
protected void close(IndexReader object) throws IndexException
close
in class SynchronizedAbstractExecutor<IndexReader,ReturnedType>
object
- the object
IndexException
- the index exceptionSynchronizedAbstractExecutor.close(java.lang.Object)
public ReturnedType execute(ISynchronizedOperation<IndexReader,ReturnedType> operation) throws IndexException
execute
in class SynchronizedAbstractExecutor<IndexReader,ReturnedType>
operation
- the operation
IndexException
- the index exception#execute(org.eclipse.smila.search.lucene.index.access.ISynchronizedOperation)
|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |