Package com.mongodb
Class AggregationOutput
- java.lang.Object
-
- com.mongodb.AggregationOutput
-
@Deprecated public class AggregationOutput extends java.lang.Object
Deprecated.Replace with use of aggregate methods inDBCollection
that return instances ofCursor
.Container for the result of aggregation operation.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.Iterable<DBObject>
results()
Deprecated.Returns the results of the aggregation.
-