| Package | Description |
|---|---|
| com.mongodb |
Main package with core files.
|
| Modifier and Type | Method and Description |
|---|---|
AggregationOptions |
AggregationOptions.Builder.build()
Return the options based on this builder.
|
| Modifier and Type | Method and Description |
|---|---|
Cursor |
DBCollection.aggregate(java.util.List<DBObject> pipeline,
AggregationOptions options)
Method implements aggregation framework.
|
abstract Cursor |
DBCollection.aggregate(java.util.List<DBObject> pipeline,
AggregationOptions options,
ReadPreference readPreference)
Method implements aggregation framework.
|
Cursor |
DBCollectionImpl.aggregate(java.util.List<DBObject> pipeline,
AggregationOptions options,
ReadPreference readPreference) |
CommandResult |
DBCollection.explainAggregate(java.util.List<DBObject> pipeline,
AggregationOptions options)
Return the explain plan for the aggregation pipeline.
|
(package private) DBObject |
DBCollection.prepareAggregationCommand(java.util.List<DBObject> pipeline,
AggregationOptions options,
ServerVersion serverVersion) |