Modifier and Type | Method and Description |
---|---|
BulkWriteOptions |
BulkWriteOptions.setOrdered(boolean ordered)
Set the ordered option
|
BulkWriteOptions |
BulkWriteOptions.setWriteOption(WriteOption writeOption)
Set the write option
|
Modifier and Type | Method and Description |
---|---|
io.vertx.core.Future<MongoClientBulkWriteResult> |
MongoClient.bulkWriteWithOptions(String collection,
List<BulkOperation> operations,
BulkWriteOptions bulkWriteOptions)
Like
MongoClient.bulkWriteWithOptions(String, List, BulkWriteOptions, Handler) but returns a Future of the asynchronous result |
MongoClient |
MongoClient.bulkWriteWithOptions(String collection,
List<BulkOperation> operations,
BulkWriteOptions bulkWriteOptions,
io.vertx.core.Handler<io.vertx.core.AsyncResult<MongoClientBulkWriteResult>> resultHandler)
Execute a bulk operation with the specified write options.
|
Constructor and Description |
---|
BulkWriteOptions(BulkWriteOptions other)
Copy constructor
|
Copyright © 2022 Eclipse. All rights reserved.