Package | Description |
---|---|
com.allanbank.mongodb.client.callback |
Provides implementation for various transformations, implemented in the form of
Callback s, that are used by the driver. |
Modifier and Type | Class and Description |
---|---|
class |
BatchedNativeWriteCallback
BatchedWriteCallback provides the global callback for the batched writes when
the server does not support the write commands.
|
class |
BatchedWriteCallback
BatchedWriteCallback provides the global callback for the batched writes.
|
class |
CursorCallback
|
class |
MultipleCursorCallback
|
class |
ReplyArrayCallback
Callback to expect and extract a single document from the reply and then
extract its contained array.
|
class |
ReplyCommandCallback
Callback to expect and extract a single document from the reply.
|
class |
ReplyDocumentCallback
Callback to expect and extract a single document from the reply and then
extract its contained document.
|
class |
ReplyIntegerCallback
Callback to expect and extract a single document from the reply and then
extract a contained
NumericElement and coerce it to a integer value. |
class |
ReplyLongCallback
Callback to expect and extract a single document from the reply and then
extract a contained
NumericElement and coerce it to a long value. |
class |
ReplyResultCallback
Callback to extract the map/reduce and aggregation results from the reply.
|
class |
SingleDocumentCallback
Callback to convert a
Reply into a single document. |
class |
SingleDocumentReplyCallback
Callback to expect and extract a single document from the reply.
|
class |
ValidatingReplyCallback
ValidatingCallback to expect and extract a single document from the reply.
|
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.