| Package | Description | 
|---|---|
| com.allanbank.mongodb.connection.message | 
 Low level messages to be sent to the MongoDB server. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AdminCommand
Helper class to make generating administration command queries easier. 
 | 
class  | 
Command
Helper class to make generating command queries easier. 
 | 
class  | 
Delete
Message to delete documents from a collection. 
 | 
class  | 
GetLastError
Provides a convenient mechanism for creating a getlasterror
 command. 
 | 
class  | 
GetMore
Message to getmore documents from a cursor. 
 | 
class  | 
Insert
Message to insert a set of documents into a collection. 
 | 
class  | 
IsMaster
Provides a convenient mechanism for creating a ismaster command. 
 | 
class  | 
KillCursors
Message to killcursors that a client no longer needs. 
 | 
class  | 
Query
Message to query documents from the database matching a criteria. 
 | 
class  | 
ReplicaSetStatus
Provides a convenient mechanism for creating a replSetGetStatus command. 
 | 
class  | 
Reply
Message received from the database in reply to a query. 
 | 
class  | 
ServerStatus
Provides a convenient mechanism for creating a serverStatus command. 
 | 
class  | 
Update
Message to apply an update to a document. 
 | 
Copyright © 2011-2013 Allanbank Consulting, Inc.. All Rights Reserved.