Package com.mongodb

Class AggregationOutput

java.lang.Object
com.mongodb.AggregationOutput

@Deprecated public class AggregationOutput extends Object
Deprecated.
Replace with use of aggregate methods in DBCollection that return instances of Cursor.
Container for the result of aggregation operation.
See Also:
  • Method Details

    • results

      public Iterable<DBObject> results()
      Deprecated.
      Returns the results of the aggregation.
      Returns:
      iterable collection of DBObject