Package | Description |
---|---|
com.allanbank.mongodb.client.callback |
Provides implementation for various transformations, implemented in the form of
Callback s, that are used by the driver. |
com.allanbank.mongodb.client.connection.auth |
Wraps a connection and ensures that all requests are properly authenticated.
|
com.allanbank.mongodb.client.state |
Support for tracking the state of a set of MongoDB servers.
|
Modifier and Type | Class and Description |
---|---|
class |
FutureReplyCallback
FutureReplyCallback provides a
FutureCallback that also implements
the ReplyCallback interface. |
Modifier and Type | Field and Description |
---|---|
protected FutureCallback<Boolean> |
MongoDbAuthenticator.myResults
The result of the Authentication attempt.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerUpdateCallback
ServerUpdateCallback provides a special callback update the server with the
first document in the reply.
|
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.