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