Reply
(s) from the server.See: Description
Interface | Description |
---|---|
Client |
Unified client interface to MongoDB.
|
Class | 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<F> |
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. |
ClientImpl |
Implementation of the internal
Client interface which all requests to
the MongoDB servers pass. |
LongToIntCallback |
LongToIntCallback provides a simple callback wrapper to convert the long
value to an integer.
|
MongoClientImpl |
Implements the bootstrap point for interactions with MongoDB.
|
MongoCollectionImpl |
Implementation of the
MongoCollection interface. |
MongoDatabaseImpl |
Implementation of the
MongoDatabase interface. |
MongoImpl | Deprecated
Use the
MongoClient interface instead. |
MongoIteratorImpl |
Iterator over the results of the MongoDB cursor.
|
ReplyResultCallback |
Callback to extract the map/reduce and aggregation results from the reply.
|
SerialClientImpl |
A specialization of the
ClientImpl to always try to use the same
connection. |
TextCallback |
TextCallback provides conversion from a
text command's result
document to a TextResult . |
Reply
(s) from the server.
Most users should not need to directly use the classes within this package.
Copyright © 2011-2013 Allanbank Consulting, Inc.. All Rights Reserved.