Package | Description |
---|---|
com.mongodb |
This package is the main entry point to the MongoDB Java Driver, and it contains the classes for the existing API from 2.x versions.
|
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(List<? extends DBObject> pipeline,
AggregationOptions options)
Method implements aggregation framework.
|
Cursor |
DBCollection.aggregate(List<? extends DBObject> pipeline,
AggregationOptions options,
ReadPreference readPreference)
Method implements aggregation framework.
|
CommandResult |
DBCollection.explainAggregate(List<? extends DBObject> pipeline,
AggregationOptions options)
Return the explain plan for the aggregation pipeline.
|
Copyright © 2016. All Rights Reserved.