Package | Description |
---|---|
com.allanbank.mongodb.client.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 |
AggregateCommand
Helper class for the aggregation commands.
|
class |
BatchedWriteCommand
BatchedWriteCommand provides a container to hold the batched write command
and the operations that it was created from.
|
class |
BuildInfo
Provides a convenient mechanism for creating a buildinfo
command.
|
class |
Command
Helper class to make generating command queries easier.
|
class |
CreateIndexCommand
Helper class to make generating a
createIndexes command 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 |
ParallelScanCommand
Helper class for the
parallelCollectionScan commands. |
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–2014 Allanbank Consulting, Inc.. All rights reserved.