AggregateIterable 클래스
Atlas Device SDK는 더 이상 사용되지 않습니다. 자세한 내용은 지원 중단 페이지 를 참조하세요.
io.realm.mongodb.mongo.iterable
io.realm.mongodb.mongo.iterable.AggregateIterable
io에 대한 특정 이터러블(iterable)입니다. Realm 영역. Mongo.MongoCollection.aggregate(List) 작업.
생성자
생성자 및 설명 |
---|
ThreadPoolExecutor threadPoolExecutor, <any> osMongoCollection, CodecRegistry codecRegistry, java.lang.Class<ResultT> resultClass, java.util.List<? extends Bson> pipeline ) |
상속된 메서드
클래스 java.lang.Object 에서 상속된 메서드 :
getClass
,hashCode
,equals
,clone
,toString
,notify
,notifyAll
,wait
,wait
,wait
,finalize
클래스 io에서 상속된 메서드입니다. Realm 영역. Mongo.iterable.MongoIterable :
iterator
,first
생성자 세부 정보
public AggregateIterable ( ThreadPoolExecutor threadPoolExecutor, <any> osMongoCollection, CodecRegistry codecRegistry, java.lang.Class<ResultT> resultClass, java.util.List<? extends Bson> pipeline ) |
---|