Reply(s) from the server.See: Description
| Interface | Description | 
|---|---|
| Client | 
 Unified client interface to MongoDB. 
 | 
| ClusterStats | 
 ClusterInformation provides information on the cluster. 
 | 
| Message | 
 Common interface for all MongoDB messages read from and sent to a MongoDB
 server. 
 | 
| Class | Description | 
|---|---|
| AbstractAsyncMongoCollection | 
 Helper class for forward all methods to the canonical version (which is
 abstract in this class). 
 | 
| AbstractClient | 
 AbstractClient provides a base class for  
Client implementations. | 
| AbstractMongoOperations | 
 AbstractMongoOperations provides the core functionality for the operations on
 a MongoDB collection. 
 | 
| BatchedAsyncMongoCollectionImpl | 
 BatchedAsyncMongoCollectionImpl provides the implementation for the
  
BatchedAsyncMongoCollection. | 
| ClientImpl | 
 Implementation of the internal  
Client interface which all requests to
 the MongoDB servers pass. | 
| FutureCallback<V> | 
 Implementation of a  
Callback and ListenableFuture interfaces. | 
| LambdaCallbackAdapter<V> | |
| MongoClientImpl | 
 Implements the bootstrap point for interactions with MongoDB. 
 | 
| MongoDatabaseImpl | 
 Implementation of the  
MongoDatabase interface. | 
| MongoImpl | Deprecated
 Use the  
MongoClient interface instead. | 
| MongoIteratorImpl | 
 Iterator over the results of the MongoDB cursor. 
 | 
| SerialClientImpl | 
 A specialization of the  
ClientImpl to always try to use the same
 connection. | 
| SimpleMongoIteratorImpl<T> | 
 Iterator over the results of fixed collection. 
 | 
| SynchronousMongoCollectionImpl | 
 Implementation of the  
MongoCollection interface including the
 synchronous methods. | 
| VersionRange | 
 VersionRange provides a simple class to hold a range of versions. 
 | 
| Enum | Description | 
|---|---|
| ClusterType | 
 ClusterType provides an enumeration of the types of cluster configurations
 supported. 
 | 
| Operation | 
 Enumeration of the possible operations allowed in MongoDB messages. 
 | 
Reply(s) from the server.
 Most users should not need to directly use the classes within this package or its sub packages.
The com.allanbank.mongodb.client.connection package contains the heart of the driver. Most users of the driver will not need to use any of the classes in this package.
The com.allanbank.mongodb.client.state package contains support classes for state management.
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.