Package | Description |
---|---|
com.mongodb |
Main package with core files.
|
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(WriteConcern writeConcern)
Execute the bulk write operation with the given write concern.
|
BulkWriteResult |
BulkWriteException.getWriteResult()
The result of all successfully processed write operations.
|