| 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 | Interface and Description | 
|---|---|
interface  | 
MongoIterator<T>
MongoIterator provides an interface for an iterator that can be closed. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MongoCursorControl | 
MongoClient.restart(StreamCallback<Document> results,
       DocumentAssignable cursorDocument)
Restarts a document stream from a cursor that was previously saved. 
 | 
MongoCursorControl | 
MongoCollection.streamingFind(Callback<Document> results,
             DocumentAssignable query)
Deprecated. 
 
Use the
              
MongoCollection.streamingFind(StreamCallback, DocumentAssignable)
             method instead. This method will be removed after the 1.3.0
             release. | 
MongoCursorControl | 
MongoCollection.streamingFind(Callback<Document> results,
             Find query)
Deprecated. 
 
Use the  
MongoCollection.streamingFind(StreamCallback, Find) method
             instead. This method will be removed after the 1.3.0 release. | 
MongoCursorControl | 
MongoCollection.streamingFind(StreamCallback<Document> results,
             DocumentAssignable query)
Finds the set of documents matching the query document in the collection
 and streams them to the provided callback one at a time. 
 | 
MongoCursorControl | 
MongoCollection.streamingFind(StreamCallback<Document> results,
             Find.Builder query)
Finds the set of documents matching the query in the collection and
 streams them to the provided callback one at a time. 
 | 
MongoCursorControl | 
MongoCollection.streamingFind(StreamCallback<Document> results,
             Find query)
Finds the set of documents matching the query in the collection and
 streams them to the provided callback one at a time. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MongoIteratorImpl
Iterator over the results of the MongoDB cursor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MongoCursorControl | 
ClientImpl.restart(StreamCallback<Document> results,
       DocumentAssignable cursorDocument)
Restarts a document stream from a cursor that was previously saved. 
 | 
MongoCursorControl | 
SerialClientImpl.restart(StreamCallback<Document> results,
       DocumentAssignable cursorDocument)
Restarts a document stream from a cursor that was previously saved. 
 | 
MongoCursorControl | 
MongoClientImpl.restart(StreamCallback<Document> results,
       DocumentAssignable cursorDocument)
Restarts a document stream from a cursor that was previously saved. 
 | 
MongoCursorControl | 
Client.restart(StreamCallback<Document> results,
       DocumentAssignable cursorDocument)
Restarts a document stream from a cursor that was previously saved. 
 | 
MongoCursorControl | 
AbstractMongoCollection.streamingFind(Callback<Document> results,
             DocumentAssignable query)
Deprecated.  
 | 
MongoCursorControl | 
AbstractMongoCollection.streamingFind(Callback<Document> results,
             Find query)
Deprecated.  
 | 
MongoCursorControl | 
AbstractMongoCollection.streamingFind(StreamCallback<Document> results,
             DocumentAssignable query)
Finds the set of documents matching the query document in the collection
 and streams them to the provided callback one at a time. 
 | 
MongoCursorControl | 
AbstractMongoCollection.streamingFind(StreamCallback<Document> results,
             Find.Builder query)
Finds the set of documents matching the query in the collection and
 streams them to the provided callback one at a time. 
 | 
abstract MongoCursorControl | 
AbstractMongoCollection.streamingFind(StreamCallback<Document> results,
             Find query)
Finds the set of documents matching the query in the collection and
 streams them to the provided callback one at a time. 
 | 
MongoCursorControl | 
MongoCollectionImpl.streamingFind(StreamCallback<Document> results,
             Find query)
Finds the set of documents matching the query in the collection and
 streams them to the provided callback one at a time. 
 | 
Copyright © 2011-2013 Allanbank Consulting, Inc.. All Rights Reserved.