Modifier and Type | Method and Description |
---|---|
AggregateOptions |
AggregateOptions.setAllowDiskUse(Boolean allowDiskUse)
Set the flag if writing to temporary files is enabled.
|
AggregateOptions |
AggregateOptions.setBatchSize(int batchSize)
Set the batch size for methods loading found data in batches.
|
AggregateOptions |
AggregateOptions.setMaxTime(long maxTime)
Set the time limit in milliseconds for processing operations on a cursor.
|
Modifier and Type | Method and Description |
---|---|
io.vertx.core.streams.ReadStream<io.vertx.core.json.JsonObject> |
MongoClient.aggregateWithOptions(String collection,
io.vertx.core.json.JsonArray pipeline,
AggregateOptions options)
Run aggregate MongoDB command.
|
static void |
AggregateOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
AggregateOptions obj) |
static void |
AggregateOptionsConverter.toJson(AggregateOptions obj,
io.vertx.core.json.JsonObject json) |
static void |
AggregateOptionsConverter.toJson(AggregateOptions obj,
Map<String,Object> json) |
Constructor and Description |
---|
AggregateOptions(AggregateOptions options)
Copy constructor
|
Copyright © 2022 Eclipse. All rights reserved.