| 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
Callbacks, that are used by the driver. |
| com.allanbank.mongodb.client.connection.rs |
Support for connections to Replica Sets.
|
| 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.
|
| com.allanbank.mongodb.error |
Exceptions for common MongoDB error conditions.
|
| Class and Description |
|---|
| AggregateCommand
Helper class for the aggregation commands.
|
| CursorableMessage
CursorableMessage provides a common interface for messages that can start a
cursor.
|
| 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 |
|---|
| CursorableMessage
CursorableMessage provides a common interface for messages that can start a
cursor.
|
| 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 |
|---|
| 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.
|
| CursorableMessage
CursorableMessage provides a common interface for messages that can start a
cursor.
|
| Header
The header of a message.
|
| PendingMessage
Container for a pending message.
|
| Query
Message to query documents from the database matching a criteria.
|
| 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–2014 Allanbank Consulting, Inc.. All rights reserved.