T
- the operations result type.class MapReduceInlineResultsAsyncCursor<T> extends AsyncQueryBatchCursor<T> implements MapReduceAsyncBatchCursor<T>
Modifier and Type | Field and Description |
---|---|
private MapReduceStatistics |
statistics |
Constructor and Description |
---|
MapReduceInlineResultsAsyncCursor(QueryResult<T> queryResult,
Decoder<T> decoder,
MapReduceStatistics statistics) |
Modifier and Type | Method and Description |
---|---|
MapReduceStatistics |
getStatistics()
Get the statistics for this map-reduce operation
|
close, getBatchSize, getServerCursor, isClosed, next, setBatchSize
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, getBatchSize, isClosed, next, setBatchSize
private final MapReduceStatistics statistics
MapReduceInlineResultsAsyncCursor(QueryResult<T> queryResult, Decoder<T> decoder, MapReduceStatistics statistics)
public MapReduceStatistics getStatistics()
MapReduceAsyncBatchCursor
getStatistics
in interface MapReduceAsyncBatchCursor<T>