static class MapReduceIterableImpl.WrappedMapReduceWriteOperation extends java.lang.Object implements AsyncWriteOperation<java.lang.Void>
Modifier and Type | Field and Description |
---|---|
private AsyncWriteOperation<MapReduceStatistics> |
operation |
Constructor and Description |
---|
WrappedMapReduceWriteOperation(MapReduceToCollectionOperation operation) |
Modifier and Type | Method and Description |
---|---|
void |
executeAsync(AsyncWriteBinding binding,
SingleResultCallback<java.lang.Void> callback)
General execute which can return anything of type T
|
(package private) AsyncWriteOperation<MapReduceStatistics> |
getOperation() |
private final AsyncWriteOperation<MapReduceStatistics> operation
WrappedMapReduceWriteOperation(MapReduceToCollectionOperation operation)
AsyncWriteOperation<MapReduceStatistics> getOperation()
public void executeAsync(AsyncWriteBinding binding, SingleResultCallback<java.lang.Void> callback)
AsyncWriteOperation
executeAsync
in interface AsyncWriteOperation<java.lang.Void>
binding
- the binding to execute in the context ofcallback
- the callback to be called when the operation has been executed