Package | Description |
---|---|
com.mongodb.operation |
The core of the MongoDB driver works via operations, using the command pattern.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
MapReduceInlineResultsCursor<T>
Cursor representation of the results of an inline map-reduce operation.
|
Modifier and Type | Method and Description |
---|---|
(package private) static <T> QueryBatchCursor<T> |
OperationHelper.createEmptyBatchCursor(MongoNamespace namespace,
Decoder<T> decoder,
ServerAddress serverAddress,
int batchSize) |