- Type Parameters:
T
- the operations result type.
- All Implemented Interfaces:
- AsyncBatchCursor<T>, MapReduceAsyncBatchCursor<T>, java.io.Closeable, java.lang.AutoCloseable
class MapReduceInlineResultsAsyncCursor<T>
extends AsyncSingleBatchQueryCursor<T>
implements MapReduceAsyncBatchCursor<T>
Cursor representation of the results of an inline map-reduce operation. This allows users to iterate over the results that were returned
from the operation, and also provides access to the statistics returned in the results.
- Since:
- 3.0