| 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.message | 
 Low level messages to be sent to the MongoDB server. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected Query | 
MongoCollectionImpl.createQuery(Find query,
           int limit,
           int batchSize,
           boolean tailable,
           boolean awaitData,
           boolean immortal)
Creates a properly configured  
Query message. | 
| Constructor and Description | 
|---|
MongoIteratorImpl(Query originalQuery,
                 Client client,
                 String server,
                 Reply reply)
Create a new MongoDBInterator. 
 | 
| 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  | 
GetLastError
Provides a convenient mechanism for creating a getlasterror
 command. 
 | 
class  | 
IsMaster
Provides a convenient mechanism for creating a ismaster command. 
 | 
class  | 
ReplicaSetStatus
Provides a convenient mechanism for creating a replSetGetStatus command. 
 | 
class  | 
ServerStatus
Provides a convenient mechanism for creating a serverStatus command. 
 | 
Copyright © 2011-2013 Allanbank Consulting, Inc.. All Rights Reserved.