SMILA (incubation) API documentation

org.eclipse.smila.search.lucene.index.access
Class CountTotalOperation

java.lang.Object
  extended by org.eclipse.smila.search.lucene.index.access.CountTotalOperation
All Implemented Interfaces:
ISynchronizedOperation<IndexReader,java.lang.Integer>

public class CountTotalOperation
extends java.lang.Object
implements ISynchronizedOperation<IndexReader,java.lang.Integer>

The Class CountOperation.


Constructor Summary
CountTotalOperation()
           
 
Method Summary
 java.lang.Integer process(IndexReader object)
          Process.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountTotalOperation

public CountTotalOperation()
Method Detail

process

public java.lang.Integer process(IndexReader object)
                          throws IndexException
Process.

Specified by:
process in interface ISynchronizedOperation<IndexReader,java.lang.Integer>
Parameters:
object - the object
Returns:
true, if successful
Throws:
IndexException - the index exception
See Also:
ISynchronizedOperation.process(java.lang.Object)

SMILA (incubation) API documentation