| Package | Description |
|---|---|
| com.mongodb.operation |
The core of the MongoDB driver works via operations, using the command pattern.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
MapReduceInlineResultsAsyncCursor<T>
Cursor representation of the results of an inline map-reduce operation.
|
| Modifier and Type | Method and Description |
|---|---|
private CommandOperationHelper.CommandTransformer<BsonDocument,MapReduceAsyncBatchCursor<T>> |
MapReduceWithInlineResultsOperation.asyncTransformer(AsyncConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
MapReduceWithInlineResultsOperation.executeAsync(AsyncReadBinding binding,
SingleResultCallback<MapReduceAsyncBatchCursor<T>> callback) |