| 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 |
|---|---|
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,
Handler<AsyncResult<MongoClientBulkWriteResult>> resultHandler)
Execute a bulk operation with the specified write options.
|
| Constructor and Description |
|---|
BulkWriteOptions(BulkWriteOptions other)
Copy constructor
|
Copyright © 2023 Eclipse. All rights reserved.