Package | Description |
---|---|
com.allanbank.mongodb.client |
Provides implementations of the main client interfaces and classes to translate the
Reply (s) from the server. |
com.allanbank.mongodb.client.callback |
Provides implementation for various transformations, implemented in the form of
Callback s, that are used by the driver. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAsyncMongoCollection
Helper class for forward all methods to the canonical version (which is
abstract in this class).
|
class |
BatchedAsyncMongoCollectionImpl
BatchedAsyncMongoCollectionImpl provides the implementation for the
BatchedAsyncMongoCollection . |
class |
SynchronousMongoCollectionImpl
Implementation of the
MongoCollection interface including the
synchronous methods. |
Constructor and Description |
---|
BatchedNativeWriteCallback(Callback<Long> results,
BatchedWrite write,
AbstractMongoOperations collection,
List<WriteOperation> operations)
Creates a new BatchedWriteCallback.
|
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.