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.distinct(Distinct command)
Invokes a distinct command on the server.
|
void |
MongoCollection.distinctAsync(Callback<ArrayElement> results,
Distinct command)
Invokes a distinct command on the server.
|
Future<ArrayElement> |
MongoCollection.distinctAsync(Distinct command)
Invokes a distinct command on the server.
|
Modifier and Type | Method and Description |
---|---|
Distinct |
Distinct.Builder.build()
Creates a new
GroupBy based on the current state of the
builder. |
Modifier and Type | Method and Description |
---|---|
ArrayElement |
AbstractMongoCollection.distinct(Distinct command)
Invokes a distinct command on the server.
|
abstract void |
AbstractMongoCollection.distinctAsync(Callback<ArrayElement> results,
Distinct command)
Invokes a distinct command on the server.
|
void |
MongoCollectionImpl.distinctAsync(Callback<ArrayElement> results,
Distinct command)
Invokes a distinct command on the server.
|
Future<ArrayElement> |
AbstractMongoCollection.distinctAsync(Distinct command)
Invokes a distinct command on the server.
|
Copyright © 2011-2013 Allanbank Consulting, Inc.. All Rights Reserved.