Uses of Class
io.vertx.ext.mongo.AggregateOptions
Packages that use AggregateOptions
-
Uses of AggregateOptions in io.vertx.ext.mongo
Methods in io.vertx.ext.mongo that return AggregateOptionsModifier and TypeMethodDescriptionAggregateOptions.setAllowDiskUse(Boolean allowDiskUse) Set the flag if writing to temporary files is enabled.AggregateOptions.setBatchSize(int batchSize) Set the batch size for methods loading found data in batches.AggregateOptions.setCollation(CollationOptions collation) Optional.AggregateOptions.setMaxTime(long maxTime) Set the time limit in milliseconds for processing operations on a cursor.Methods in io.vertx.ext.mongo with parameters of type AggregateOptionsModifier and TypeMethodDescriptionMongoClient.aggregateWithOptions(String collection, JsonArray pipeline, AggregateOptions options) Run aggregate MongoDB command.Constructors in io.vertx.ext.mongo with parameters of type AggregateOptions -
Uses of AggregateOptions in io.vertx.reactivex.ext.mongo
Methods in io.vertx.reactivex.ext.mongo with parameters of type AggregateOptionsModifier and TypeMethodDescriptionMongoClient.aggregateWithOptions(String collection, JsonArray pipeline, AggregateOptions options) Run aggregate MongoDB command. -
Uses of AggregateOptions in io.vertx.rxjava3.ext.mongo
Methods in io.vertx.rxjava3.ext.mongo with parameters of type AggregateOptionsModifier and TypeMethodDescriptionMongoClient.aggregateWithOptions(String collection, JsonArray pipeline, AggregateOptions options) Run aggregate MongoDB command.