문서 메뉴

문서 홈애플리케이션 개발Atlas Device SDK

AggregateIterable 클래스

이 페이지의 내용

  • io.realm.mongodb.mongo.iterable
  • 생성자
  • 상속된 메서드
  • 생성자 세부 정보
io.realm.mongodb.mongo.iterable.AggregateIterable

io.realm.mongodb.mongo.MongoCollection.aggregate(List) 작업에 대한 특정 이터러블입니다.

생성자 및 설명
ThreadPoolExecutor threadPoolExecutor,
<any> osMongoCollection,
CodecRegistry CodecRegistry,
java.lang.Class<ResultT> 결과 클래스,
)
  • 클래스 java.lang.Object 에서 상속된 메서드 : getClass , hashCode , equals , clone , toString , notify , notifyAll , wait , wait , wait , finalize

  • io.realm.mongodb.mongo.iterable.MongoIterable 에서 상속된 메서드: iterator , first

ThreadPoolExecutor threadPoolExecutor,
<any> osMongoCollection,
CodecRegistry CodecRegistry,
java.lang.Class<ResultT> 결과 클래스,
)
← io.realm.mongodb.mongo.iterable