Uses of Class
io.vertx.ext.mongo.CountOptions
Packages that use CountOptions
-
Uses of CountOptions in io.vertx.ext.mongo
Methods in io.vertx.ext.mongo that return CountOptionsModifier and TypeMethodDescriptionCountOptions.setCollation(CollationOptions collation) Sets the collation optionsCountOptions.setHint(JsonObject hint) Optional.CountOptions.setHintString(String hint) Sets the hint to apply.Sets the limit to apply.CountOptions.setMaxTime(Long maxTime) Sets the maximum execution time (in ms) on the server for this operation.Optional.Methods in io.vertx.ext.mongo with parameters of type CountOptionsModifier and TypeMethodDescriptionMongoClient.countWithOptions(String collection, JsonObject query, CountOptions countOptions) Count matching documents in a collection.Constructors in io.vertx.ext.mongo with parameters of type CountOptions -
Uses of CountOptions in io.vertx.reactivex.ext.mongo
Methods in io.vertx.reactivex.ext.mongo with parameters of type CountOptionsModifier and TypeMethodDescriptionMongoClient.countWithOptions(String collection, JsonObject query, CountOptions countOptions) Count matching documents in a collection.MongoClient.rxCountWithOptions(String collection, JsonObject query, CountOptions countOptions) Count matching documents in a collection. -
Uses of CountOptions in io.vertx.rxjava3.ext.mongo
Methods in io.vertx.rxjava3.ext.mongo with parameters of type CountOptionsModifier and TypeMethodDescriptionMongoClient.countWithOptions(String collection, JsonObject query, CountOptions countOptions) Count matching documents in a collection.MongoClient.rxCountWithOptions(String collection, JsonObject query, CountOptions countOptions) Count matching documents in a collection.