Package | Description |
---|---|
com.mongodb.operation |
The core of the MongoDB driver works via operations, using the command pattern.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MapReduceBatchCursor<T>
Represents the results of a map-reduce operation as a cursor.
|
Modifier and Type | Method and Description |
---|---|
BatchCursor<T> |
GroupOperation.execute(ReadBinding binding)
Will return a cursor of Documents containing the results of the group operation.
|
BatchCursor<T> |
DistinctOperation.execute(ReadBinding binding) |
BatchCursor<T> |
ListIndexesOperation.execute(ReadBinding binding) |
BatchCursor<T> |
AggregateOperation.execute(ReadBinding binding) |
BatchCursor<T> |
ListCollectionsOperation.execute(ReadBinding binding) |
BatchCursor<T> |
ListDatabasesOperation.execute(ReadBinding binding)
Executing this will return a list of all the databases names in the MongoDB instance.
|
BatchCursor<T> |
FindOperation.execute(ReadBinding binding) |
Modifier and Type | Method and Description |
---|---|
List<BatchCursor<T>> |
ParallelCollectionScanOperation.execute(ReadBinding binding) |
Copyright © 2016. All Rights Reserved.