See: Description
Class | 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.
|
Delete |
Message to delete documents from a collection.
|
GetLastError |
Provides a convenient mechanism for creating a getlasterror
command.
|
GetMore |
Message to getmore documents from a cursor.
|
Header |
The header of a message.
|
Insert |
Message to insert a set of documents into a collection.
|
IsMaster |
Provides a convenient mechanism for creating a ismaster command.
|
KillCursors |
Message to killcursors that a client no longer needs.
|
PendingMessage |
Container for a pending message.
|
PendingMessageQueue |
PendingMessageQueue provides an optimized queue for pending messages inspired
by the Disruptor project.
|
Query |
Message to query documents from the database matching a criteria.
|
ReplicaSetStatus |
Provides a convenient mechanism for creating a replSetGetStatus command.
|
Reply |
Message received from the database in reply to a query.
|
ReplyHandler |
ReplyHandler provides the capability to properly handle the replies to a
callback.
|
ServerStatus |
Provides a convenient mechanism for creating a serverStatus command.
|
Update |
Message to apply an update to a document.
|
Users should not need to directly use the classes within this package.
Copyright © 2011-2013 Allanbank Consulting, Inc.. All Rights Reserved.