Package | Description |
---|---|
com.mongodb |
The core mongodb package
|
Modifier and Type | Method and Description |
---|---|
private DBCollection |
DBCollection.getMapReduceOutputCollection(MapReduceCommand command) |
MapReduceOutput |
DBCollection.mapReduce(MapReduceCommand command)
Allows you to run map-reduce aggregation operations over a collection.
|