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. |
com.allanbank.mongodb.client.connection |
Provides interfaces for managing connections to different MongoDB server configurations.
|
com.allanbank.mongodb.client.connection.auth |
Wraps a connection and ensures that all requests are properly authenticated.
|
com.allanbank.mongodb.client.connection.proxy |
Support for connection that delegate to a lower level connection.
|
com.allanbank.mongodb.client.connection.socket |
Low level socket connection to a single MongoDB server.
|
com.allanbank.mongodb.client.message |
Low level messages to be sent to the MongoDB server.
|
com.allanbank.mongodb.client.state |
Support for tracking the state of a set of MongoDB servers.
|
Class and Description |
---|
ReplyCallback
ReplyCallback provides an interface for the receive processing to determine
is a callback can be safely called on the receiver's thread.
|
Class and Description |
---|
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. |
AddressAware
AddressAware provides an interface for callbacks that need to know the server
that was sent the request.
|
FutureReplyCallback
FutureReplyCallback provides a
FutureCallback that also implements
the ReplyCallback interface. |
NoOpCallback
NoOpCallback provides a callback that does nothing.
|
Receiver
Receiver provides an interface for a class that receives messages from the
server so that blocking futures can try and periodically receive messages.
|
ReplyCallback
ReplyCallback provides an interface for the receive processing to determine
is a callback can be safely called on the receiver's thread.
|
ReplyLongCallback
Callback to expect and extract a single document from the reply and then
extract a contained
NumericElement and coerce it to a long value. |
Class and Description |
---|
ReplyCallback
ReplyCallback provides an interface for the receive processing to determine
is a callback can be safely called on the receiver's thread.
|
Class and Description |
---|
ReplyCallback
ReplyCallback provides an interface for the receive processing to determine
is a callback can be safely called on the receiver's thread.
|
Class and Description |
---|
ReplyCallback
ReplyCallback provides an interface for the receive processing to determine
is a callback can be safely called on the receiver's thread.
|
Class and Description |
---|
Receiver
Receiver provides an interface for a class that receives messages from the
server so that blocking futures can try and periodically receive messages.
|
ReplyCallback
ReplyCallback provides an interface for the receive processing to determine
is a callback can be safely called on the receiver's thread.
|
Class and Description |
---|
ReplyCallback
ReplyCallback provides an interface for the receive processing to determine
is a callback can be safely called on the receiver's thread.
|
Class and Description |
---|
FutureReplyCallback
FutureReplyCallback provides a
FutureCallback that also implements
the ReplyCallback interface. |
ReplyCallback
ReplyCallback provides an interface for the receive processing to determine
is a callback can be safely called on the receiver's thread.
|
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.