| Package | Description |
|---|---|
| com.mongodb |
The core mongodb package
|
| com.mongodb.operation |
The core of the MongoDB driver works via operations, using the command pattern.
|
| Constructor and Description |
|---|
MapReduceOutput(DBObject command,
MapReduceBatchCursor<DBObject> results)
Constructor for use with inline map reduce.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
MapReduceInlineResultsCursor<T>
Cursor representation of the results of an inline map-reduce operation.
|
| Modifier and Type | Method and Description |
|---|---|
MapReduceBatchCursor<T> |
MapReduceWithInlineResultsOperation.execute(ReadBinding binding)
Executing this will return a cursor with your results and the statistics in.
|
| Modifier and Type | Method and Description |
|---|---|
private CommandOperationHelper.CommandTransformer<BsonDocument,MapReduceBatchCursor<T>> |
MapReduceWithInlineResultsOperation.transformer(ConnectionSource source,
Connection connection) |