Package | Description |
---|---|
com.mongodb |
Modifier and Type | Method and Description |
---|---|
MapReduceOutput |
DBCollection.mapReduce(MapReduceCommand command)
Allows you to run map-reduce aggregation operations over a collection.
|
MapReduceOutput |
DBCollection.mapReduce(String map,
String reduce,
String outputTarget,
DBObject query)
Allows you to run map-reduce aggregation operations over a collection.
|
MapReduceOutput |
DBCollection.mapReduce(String map,
String reduce,
String outputTarget,
MapReduceCommand.OutputType outputType,
DBObject query)
Allows you to run map-reduce aggregation operations over a collection and saves to a named collection.
|
MapReduceOutput |
DBCollection.mapReduce(String map,
String reduce,
String outputTarget,
MapReduceCommand.OutputType outputType,
DBObject query,
com.mongodb.ReadPreference readPreference)
Allows you to run map-reduce aggregation operations over a collection and saves to a named collection.
|
Copyright © 2017. All rights reserved.