Package | Description |
---|---|
com.mongodb.operation |
The core of the MongoDB driver works via operations, using the command pattern.
|
Modifier and Type | Method and Description |
---|---|
MapReduceStatistics |
MapReduceToCollectionOperation.execute(WriteBinding binding)
Executing this will return a cursor with your results in.
|
MapReduceStatistics |
MapReduceBatchCursor.getStatistics()
Get the statistics for this map-reduce operation
|
MapReduceStatistics |
MapReduceAsyncBatchCursor.getStatistics()
Get the statistics for this map-reduce operation
|
Modifier and Type | Method and Description |
---|---|
void |
MapReduceToCollectionOperation.executeAsync(AsyncWriteBinding binding,
SingleResultCallback<MapReduceStatistics> callback) |
Copyright © 2016. All Rights Reserved.