| Package | Description | 
|---|---|
| com.allanbank.mongodb | 
 Provides a Java driver for the MongoDB document store that allows asynchronous invocation of requests. 
 | 
| com.allanbank.mongodb.builder | 
 Provides domain classes and builders for queries and the common MongoDB commands. 
 | 
| com.allanbank.mongodb.client | 
 Provides implementations of the main client interfaces and classes to translate the 
  
Reply(s) from the server. | 
| Modifier and Type | Method and Description | 
|---|---|
ArrayElement | 
MongoCollection.groupBy(GroupBy command)
Invokes a group command on the server. 
 | 
void | 
MongoCollection.groupByAsync(Callback<ArrayElement> results,
            GroupBy command)
Invokes a group command on the server. 
 | 
Future<ArrayElement> | 
MongoCollection.groupByAsync(GroupBy command)
Invokes a group command on the server. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
GroupBy | 
GroupBy.Builder.build()
Creates a new  
GroupBy based on the current state of the
 builder. | 
| Modifier and Type | Method and Description | 
|---|---|
ArrayElement | 
AbstractMongoCollection.groupBy(GroupBy command)
Invokes a group command on the server. 
 | 
abstract void | 
AbstractMongoCollection.groupByAsync(Callback<ArrayElement> results,
            GroupBy command)
Invokes a group command on the server. 
 | 
void | 
MongoCollectionImpl.groupByAsync(Callback<ArrayElement> results,
            GroupBy command)
Invokes a group command on the server. 
 | 
Future<ArrayElement> | 
AbstractMongoCollection.groupByAsync(GroupBy command)
Invokes a group command on the server. 
 | 
Copyright © 2011-2013 Allanbank Consulting, Inc.. All Rights Reserved.