Package | Description |
---|---|
com.mongodb |
Modifier and Type | Class and Description |
---|---|
class |
DBCursor
An iterator over database results.
|
Modifier and Type | Method and Description |
---|---|
Cursor |
DBCollection.aggregate(List<? extends DBObject> pipeline,
AggregationOptions options)
Method implements aggregation framework.
|
Cursor |
DBCollection.aggregate(List<? extends DBObject> pipeline,
AggregationOptions options,
com.mongodb.ReadPreference readPreference)
Method implements aggregation framework.
|
Modifier and Type | Method and Description |
---|---|
List<Cursor> |
DBCollection.parallelScan(ParallelScanOptions options)
Return a list of cursors over the collection that can be used to scan it in parallel.
|
Copyright © 2017. All rights reserved.