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 |
---|---|
List<Document> |
MongoCollection.aggregate(Aggregate command)
Invokes a aggregate command on the server.
|
Future<List<Document>> |
MongoCollection.aggregateAsync(Aggregate command)
Invokes a aggregate command on the server.
|
void |
MongoCollection.aggregateAsync(Callback<List<Document>> results,
Aggregate command)
Invokes a aggregate command on the server.
|
Modifier and Type | Method and Description |
---|---|
Aggregate |
Aggregate.Builder.build()
Constructs a new
Aggregate object from the state of the
builder. |
Modifier and Type | Method and Description |
---|---|
List<Document> |
AbstractMongoCollection.aggregate(Aggregate command)
Invokes a aggregate command on the server.
|
Future<List<Document>> |
AbstractMongoCollection.aggregateAsync(Aggregate command)
Invokes a aggregate command on the server.
|
abstract void |
AbstractMongoCollection.aggregateAsync(Callback<List<Document>> results,
Aggregate command)
Invokes a aggregate command on the server.
|
void |
MongoCollectionImpl.aggregateAsync(Callback<List<Document>> results,
Aggregate command)
Invokes a aggregate command on the server.
|
Copyright © 2011-2013 Allanbank Consulting, Inc.. All Rights Reserved.