Package | Description |
---|---|
com.mongodb |
The core mongodb package
|
com.mongodb.async.client |
This packages contains classes for the new async client
|
com.mongodb.operation |
The core of the MongoDB driver works via operations, using the command pattern.
|
Modifier and Type | Field and Description |
---|---|
private MapReduceStatistics |
MapReduceOutput.mapReduceStatistics |
Constructor and Description |
---|
MapReduceOutput(DBObject command,
DBCursor resultsFromCollection,
MapReduceStatistics mapReduceStatistics,
DBCollection outputCollection)
Constructor for use when the map reduce output was put into a collection
|
Modifier and Type | Field and Description |
---|---|
private AsyncWriteOperation<MapReduceStatistics> |
MapReduceIterableImpl.WrappedMapReduceWriteOperation.operation |
Modifier and Type | Method and Description |
---|---|
(package private) AsyncWriteOperation<MapReduceStatistics> |
MapReduceIterableImpl.WrappedMapReduceWriteOperation.getOperation() |
Modifier and Type | Field and Description |
---|---|
private MapReduceStatistics |
MapReduceInlineResultsCursor.statistics |
private MapReduceStatistics |
MapReduceInlineResultsAsyncCursor.statistics |
Modifier and Type | Method and Description |
---|---|
(package private) static MapReduceStatistics |
MapReduceHelper.createStatistics(BsonDocument result) |
MapReduceStatistics |
MapReduceToCollectionOperation.execute(WriteBinding binding)
Executing this will return a cursor with your results in.
|
MapReduceStatistics |
MapReduceInlineResultsCursor.getStatistics() |
MapReduceStatistics |
MapReduceInlineResultsAsyncCursor.getStatistics() |
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 |
---|---|
private CommandOperationHelper.CommandTransformer<BsonDocument,MapReduceStatistics> |
MapReduceToCollectionOperation.transformer() |
Modifier and Type | Method and Description |
---|---|
void |
MapReduceToCollectionOperation.executeAsync(AsyncWriteBinding binding,
SingleResultCallback<MapReduceStatistics> callback) |
Constructor and Description |
---|
MapReduceInlineResultsAsyncCursor(QueryResult<T> queryResult,
MapReduceStatistics statistics) |
MapReduceInlineResultsCursor(QueryResult<T> queryResult,
Decoder<T> decoder,
ConnectionSource connectionSource,
MapReduceStatistics statistics) |