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, tryNext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, getBatchSize, getServerAddress, getServerCursor, hasNext, next, setBatchSize, tryNext
private final MapReduceStatistics statistics
MapReduceInlineResultsCursor(QueryResult<T> queryResult, Decoder<T> decoder, ConnectionSource connectionSource, MapReduceStatistics statistics)
public MapReduceStatistics getStatistics()
MapReduceBatchCursor
getStatistics
in interface MapReduceBatchCursor<T>