Docs Menu
Docs Home
/ /
Atlas Device SDK
/ / /

FindIterable 클래스

이 페이지의 내용

  • io.realm.mongodb.mongo.iterable
  • 생성자
  • 메서드 요약
  • 상속된 메서드
  • 생성자 세부 정보
  • 메서드 세부 정보
  • 필터
  • limit
  • 프로젝션
  • sort
java.lang.Object
io.realm.mongodb.mongo.iterable.FindIterable

io.realm.mongodb.mongo.MongoCollection.find() 에 대한 특정 이터러블 작업.

생성자 및 설명
ThreadPoolExecutor threadPoolExecutor,
<any> osMongoCollection,
CodecRegistry codecRegistry,
)
수정자 및 유형
메서드 및 설명
Bson filter
)

쿼리에 적용할 쿼리 필터를 설정합니다.

int limit
)

적용 한도를 설정합니다.

Bson projection
)

일치하는 모든 문서에 대해 반환할 필드를 설명하는 문서를 설정합니다.

Bson sort
)

쿼리에 적용할 정렬 기준을 설정합니다.

  • 클래스 java.lang.Object 에서 상속된 메서드 : getClass , hashCode , equals , clone , toString , notify , notifyAll , wait , wait , wait , finalize

  • 클래스 io에서 상속된 메서드입니다. Realm 영역. Mongo.iterable.MongoIterable : iterator , first

public FindIterable (
ThreadPoolExecutor threadPoolExecutor,
<any> osMongoCollection,
CodecRegistry codecRegistry,
)
Bson filter
)

쿼리에 적용할 쿼리 필터를 설정합니다.

매개변수

  • filter - 필터로, null일 수 있습니다.

반환

int limit
)

적용 한도를 설정합니다.

매개변수

  • limit - 한도(예: 0

반환

Bson projection
)

일치하는 모든 문서에 대해 반환할 필드를 설명하는 문서를 설정합니다.

매개변수

  • projection - 프로젝트 문서로, null일 수 있습니다.

반환

Bson sort
)

쿼리에 적용할 정렬 기준을 설정합니다.

매개변수

  • sort - 정렬 기준으로, null일 수 있습니다.

반환

돌아가기

AggregateIterable