| Package | Description |
|---|---|
| com.allanbank.mongodb.client |
Provides implementations of the main client interfaces and classes to translate the
Reply(s) from the server. |
| Class and Description |
|---|
| AbstractClient
AbstractClient provides a base class for
Client implementations. |
| AbstractMongoCollection
Helper class for forward all methods to the canonical version (which is
abstract in this class).
|
| AbstractReplyCallback
Helper class for constructing callbacks that convert a
Reply message
into a different type of result. |
| AbstractValidatingReplyCallback
Helper class for constructing callbacks that convert a
Reply message
into a different type of result. |
| Client
Unified client interface to MongoDB.
|
| ClientImpl
Implementation of the internal
Client interface which all requests to
the MongoDB servers pass. |
| MongoClientImpl
Implements the bootstrap point for interactions with MongoDB.
|
Copyright © 2011-2013 Allanbank Consulting, Inc.. All Rights Reserved.