Los SDK de dispositivos Atlas están obsoletos. Consulte 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.
Constructores
Constructor and Description |
|---|
ThreadPoolExecutor threadPoolExecutor, <any> osMongoCollection, CodecRegistry codecRegistry, java.lang.Class<ResultT> resultClass, java.util.List<? extends Bson> pipeline ) |
Inherited Methods
Métodos heredados de la clase java.lang.Object:
getClass,hashCode,equals,clone,toString,notify,notifyAll,wait,wait,wait,finalizeMétodos heredados de la clase io.realm.mongodb.mongo.iterable.MongoIterable :
iterator,first
Detalle del constructor
public AggregateIterable ( ThreadPoolExecutor threadPoolExecutor, <any> osMongoCollection, CodecRegistry codecRegistry, java.lang.Class<ResultT> resultClass, java.util.List<? extends Bson> pipeline ) |
|---|