| Package | Description | 
|---|---|
| com.allanbank.mongodb | Provides a Java driver for the MongoDB document store that allows asynchronous invocation of requests. | 
| 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 | 
|---|---|
| ClosableIterator<Document> | MongoCollection. find(DocumentAssignable query)Finds the set of documents matching the query document in the collection. | 
| ClosableIterator<Document> | MongoCollection. find(Find query)Finds the set of documents matching the query in the collection. | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<ClosableIterator<Document>> | MongoCollection. findAsync(DocumentAssignable query)Finds the set of documents matching the query document in the collection. | 
| Future<ClosableIterator<Document>> | MongoCollection. findAsync(Find query)Finds the set of documents matching the query in the collection. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MongoCollection. findAsync(Callback<ClosableIterator<Document>> results,
         DocumentAssignable query)Finds the set of documents matching the query document in the collection. | 
| void | MongoCollection. findAsync(Callback<ClosableIterator<Document>> results,
         Find query)Finds the set of documents matching the query in the collection. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MongoIteratorIterator over the results of the MongoDB cursor. | 
| Modifier and Type | Method and Description | 
|---|---|
| ClosableIterator<Document> | AbstractMongoCollection. find(DocumentAssignable query)Finds the set of documents matching the query document in the collection. | 
| ClosableIterator<Document> | AbstractMongoCollection. find(Find query)Finds the set of documents matching the query in the collection. | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<ClosableIterator<Document>> | AbstractMongoCollection. findAsync(DocumentAssignable query)Finds the set of documents matching the query document in the collection. | 
| Future<ClosableIterator<Document>> | AbstractMongoCollection. findAsync(Find query)Finds the set of documents matching the query in the collection. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractMongoCollection. findAsync(Callback<ClosableIterator<Document>> results,
         DocumentAssignable query)Finds the set of documents matching the query document in the collection. | 
| abstract void | AbstractMongoCollection. findAsync(Callback<ClosableIterator<Document>> results,
         Find query)Finds the set of documents matching the query in the collection. | 
| void | MongoCollectionImpl. findAsync(Callback<ClosableIterator<Document>> results,
         Find query)Finds the set of documents matching the query in the collection. | 
Copyright © 2011-2013 Allanbank Consulting, Inc.. All Rights Reserved.