Class AggregateIterable
Atlas Device SDKs are deprecated. Refer to the deprecation page for details.
io.realm.mongodb.mongo.iterable
io.realm.mongodb.mongo.iterable.AggregateIterable
Specific iterable for io.realm.mongodb.mongo.MongoCollection.aggregate(List) operations.
Constructors
Constructor and Description |
---|
ThreadPoolExecutor threadPoolExecutor, <any> osMongoCollection, CodecRegistry codecRegistry, java.lang.Class<ResultT> resultClass, java.util.List<? extends Bson> pipeline ) |
Inherited Methods
Methods inherited from class java.lang.Object :
getClass
,hashCode
,equals
,clone
,toString
,notify
,notifyAll
,wait
,wait
,wait
,finalize
Methods inherited from class io.realm.mongodb.mongo.iterable.MongoIterable :
iterator
,first
Constructor Detail
public AggregateIterable ( ThreadPoolExecutor threadPoolExecutor, <any> osMongoCollection, CodecRegistry codecRegistry, java.lang.Class<ResultT> resultClass, java.util.List<? extends Bson> pipeline ) |
---|