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, setBatchSizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getBatchSize, isClosed, next, setBatchSizeprivate final MapReduceStatistics statistics
MapReduceInlineResultsAsyncCursor(QueryResult<T> queryResult, Decoder<T> decoder, MapReduceStatistics statistics)
public MapReduceStatistics getStatistics()
MapReduceAsyncBatchCursorgetStatistics in interface MapReduceAsyncBatchCursor<T>