Docs 菜单
Docs 主页
/ /
Atlas Device SDKs
/ / /

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 类继承的方法 域.mongodb。 Mongo.iterable.MongoIterable :iterator ,first

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

设置要应用于查询的查询筛选器。

参数

  • filter - 筛选器,可能为 null。

返回:

this

int limit
)

设置要应用的限制。

参数

  • limit - 限制,可能是0

返回:

this

Bson projection
)

设置一个文档,描述要为所有匹配文档返回的字段。

参数

  • projection - 项目文档,可能为空。

返回:

this

Bson sort
)

设置要应用于查询的排序条件。

参数

  • sort - 排序条件,可能为空。

返回:

this

后退

AggregateIterable