Package | Description |
---|---|
com.mongodb |
The core mongodb package
|
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.
|
Copyright © 2018. All rights reserved.