Uses of Class
com.mongodb.MapReduceOutput

Packages that use MapReduceOutput
com.mongodb Main package with core files. 
 

Uses of MapReduceOutput in com.mongodb
 

Methods in com.mongodb that return MapReduceOutput
 MapReduceOutput DBCollection.mapReduce(DBObject command)
           
 MapReduceOutput DBCollection.mapReduce(String map, String reduce, String outputCollection, DBObject query)
          performs a map reduce operation