Package com.mongodb
Class AggregationOutput
- java.lang.Object
-
- com.mongodb.AggregationOutput
-
Deprecated.Replace with use of aggregate methods inDBCollectionthat return instances ofCursor.
@Deprecated public class AggregationOutput extends Object
Container for the result of aggregation operation.- See Also:
DBCollection.aggregate(List, AggregationOptions)- MongoDB documentation
- Aggregation
- Since server release
- 2.2
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Iterable<DBObject>results()Deprecated.Returns the results of the aggregation.
-