Package com.mongodb
Class AggregationOutput
- java.lang.Object
-
- com.mongodb.AggregationOutput
-
@Deprecated public class AggregationOutput extends Object
Deprecated.Replace with use of aggregate methods inDBCollection
that return instances ofCursor
.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.
-