| 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.connection |
Provides interfaces for managing connections to different MongoDB server configurations.
|
| com.allanbank.mongodb.connection.auth |
Wraps a connection and ensures that all requests are properly authenticated.
|
| com.allanbank.mongodb.connection.message |
Low level messages to be sent to the MongoDB server.
|
| com.allanbank.mongodb.connection.proxy |
Support for connection that delegate to a lower level connection.
|
| com.allanbank.mongodb.connection.rs |
Support for connections to Replica Sets.
|
| com.allanbank.mongodb.connection.socket |
Low level socket connection to a single MongoDB server.
|
| com.allanbank.mongodb.connection.state |
Support for tracking the state of a set of MongoDB servers.
|
| com.allanbank.mongodb.error |
Exceptions for common MongoDB error conditions.
|
| Class and Description |
|---|
| GetLastError
Provides a convenient mechanism for creating a getlasterror
command.
|
| Query
Message to query documents from the database matching a criteria.
|
| Reply
Message received from the database in reply to a query.
|
| Class and Description |
|---|
| PendingMessage
Container for a pending message.
|
| Reply
Message received from the database in reply to a query.
|
| Class and Description |
|---|
| Reply
Message received from the database in reply to a query.
|
| Class and Description |
|---|
| AbstractMessage
Base class for a MongoDB message.
|
| AdminCommand
Helper class to make generating administration command queries easier.
|
| Command
Helper class to make generating command queries easier.
|
| Header
The header of a message.
|
| PendingMessage
Container for a pending message.
|
| Query
Message to query documents from the database matching a criteria.
|
| Reply
Message received from the database in reply to a query.
|
| Class and Description |
|---|
| PendingMessage
Container for a pending message.
|
| Reply
Message received from the database in reply to a query.
|
| Class and Description |
|---|
| Reply
Message received from the database in reply to a query.
|
| Class and Description |
|---|
| PendingMessage
Container for a pending message.
|
| PendingMessageQueue
PendingMessageQueue provides an optimized queue for pending messages inspired
by the Disruptor project.
|
| Reply
Message received from the database in reply to a query.
|
| Class and Description |
|---|
| Reply
Message received from the database in reply to a query.
|
| Class and Description |
|---|
| Reply
Message received from the database in reply to a query.
|
Copyright © 2011-2013 Allanbank Consulting, Inc.. All Rights Reserved.