com.mongodb
Class GroupCommand
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupCommand
public GroupCommand(DBCollection inputCollection,
DBObject keys,
DBObject condition,
DBObject initial,
String reduce,
String finalize)
toDBObject
public DBObject toDBObject()