T - the operations result type.class MapReduceInlineResultsCursor<T> extends QueryBatchCursor<T> implements MapReduceBatchCursor<T>
| Modifier and Type | Field and Description |
|---|---|
private MapReduceStatistics |
statistics |
| Constructor and Description |
|---|
MapReduceInlineResultsCursor(QueryResult<T> queryResult,
Decoder<T> decoder,
ConnectionSource connectionSource,
MapReduceStatistics statistics) |
| Modifier and Type | Method and Description |
|---|---|
MapReduceStatistics |
getStatistics()
Get the statistics for this map-reduce operation
|
close, getBatchSize, getServerAddress, getServerCursor, hasNext, next, remove, setBatchSize, tryHasNext, tryNextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getBatchSize, getServerAddress, getServerCursor, hasNext, next, setBatchSize, tryNextprivate final MapReduceStatistics statistics
MapReduceInlineResultsCursor(QueryResult<T> queryResult, Decoder<T> decoder, ConnectionSource connectionSource, MapReduceStatistics statistics)
public MapReduceStatistics getStatistics()
MapReduceBatchCursorgetStatistics in interface MapReduceBatchCursor<T>