Package | Description |
---|---|
com.mongodb.async.client |
This packages contains classes for the new async client
|
com.mongodb.operation |
The core of the MongoDB driver works via operations, using the command pattern.
|
Modifier and Type | Method and Description |
---|---|
void |
MongoIterable.batchCursor(SingleResultCallback<AsyncBatchCursor<TResult>> callback)
Provide the underlying
AsyncBatchCursor allowing fine grained control of the cursor. |
Modifier and Type | Interface and Description |
---|---|
interface |
MapReduceAsyncBatchCursor<T>
Represents the future results of a map-reduce operation as a cursor.
|
Copyright © 2016. All Rights Reserved.