com.mongodb
Class GroupCommand

java.lang.Object
  extended by com.mongodb.GroupCommand

public class GroupCommand
extends Object

This class groups the argument for a group operation and can build the underlying command object


MongoDB Doc Links

Constructor Summary
GroupCommand(DBCollection inputCollection, DBObject keys, DBObject condition, DBObject initial, String reduce, String finalize)
           
 
Method Summary
 DBObject toDBObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupCommand

public GroupCommand(DBCollection inputCollection,
                    DBObject keys,
                    DBObject condition,
                    DBObject initial,
                    String reduce,
                    String finalize)
Method Detail

toDBObject

public DBObject toDBObject()