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