Package | Description |
---|---|
com.mongodb |
Modifier and Type | Method and Description |
---|---|
BulkWriteResult |
BulkWriteOperation.execute()
Execute the bulk write operation with the default write concern of the collection from which this came.
|
BulkWriteResult |
BulkWriteOperation.execute(com.mongodb.WriteConcern writeConcern)
Execute the bulk write operation with the given write concern.
|
BulkWriteResult |
BulkWriteException.getWriteResult()
The result of all successfully processed write operations.
|
Copyright © 2017. All rights reserved.