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 |
---|---|
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 © 2021 Eclipse. All rights reserved.