Package | Description |
---|---|
com.mongodb |
Main package with core files.
|
Modifier and Type | Class and Description |
---|---|
class |
CommandResult
A simple wrapper to hold the result of a command.
|
Modifier and Type | Method and Description |
---|---|
BasicDBObject |
BasicDBObject.append(String key,
Object val) |
BasicDBObject |
WriteConcern.getCommand()
Deprecated.
This will be removed in 3.0
|
BasicDBObject |
MapReduceOutput.getRaw()
Deprecated.
It is not recommended to access the raw document returned by the server as the format can change between releases. This
has been replaced with a series of specific getters for the values on the result (getCollectionName, getDatabaseName, getDuration,
getEmitCount, getOutputCount, getInputCount). The method
results() will continue to return an Iterable<DBObjects> ,
that should be used to obtain the results of the map-reduce. This method will be removed in 3.0. |