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
Callback s, that are used by the driver. |
com.allanbank.mongodb.client.message |
Low level messages to be sent to the MongoDB server.
|
Constructor and Description |
---|
MongoIteratorImpl(CursorableMessage originalQuery,
Client client,
String server,
Reply reply)
Create a new MongoDBInterator.
|
Constructor and Description |
---|
CursorCallback(Client client,
CursorableMessage message,
boolean command,
Callback<MongoIterator<Document>> results)
Create a new CursorCallback.
|
CursorStreamingCallback(Client client,
CursorableMessage originalMessage,
boolean command,
StreamCallback<Document> results)
Create a new CursorCallback.
|
MultipleCursorCallback(Client client,
CursorableMessage message,
Callback<Collection<MongoIterator<Document>>> results)
Create a new CursorCallback.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregateCommand
Helper class for the aggregation commands.
|
class |
GetLastError
Provides a convenient mechanism for creating a getlasterror
command.
|
class |
ParallelScanCommand
Helper class for the
parallelCollectionScan commands. |
class |
Query
Message to query documents from the database matching a criteria.
|
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.