static class MapReduceIterableImpl.WrappedMapReduceReadOperation<TResult> extends java.lang.Object implements ReadOperation<BatchCursor<TResult>>
| Modifier and Type | Field and Description |
|---|---|
private ReadOperation<MapReduceBatchCursor<TResult>> |
operation |
| Constructor and Description |
|---|
WrappedMapReduceReadOperation(MapReduceWithInlineResultsOperation<TResult> operation) |
| Modifier and Type | Method and Description |
|---|---|
BatchCursor<TResult> |
execute(ReadBinding binding)
General execute which can return anything of type T
|
(package private) ReadOperation<MapReduceBatchCursor<TResult>> |
getOperation() |
private final ReadOperation<MapReduceBatchCursor<TResult>> operation
WrappedMapReduceReadOperation(MapReduceWithInlineResultsOperation<TResult> operation)
ReadOperation<MapReduceBatchCursor<TResult>> getOperation()
public BatchCursor<TResult> execute(ReadBinding binding)
ReadOperationexecute in interface ReadOperation<BatchCursor<TResult>>binding - the binding to execute in the context of