Example usage for Java com.mongodb BulkWriteOperation fields, constructors, methods, implement or subclass
The text is from its open source code.
BulkWriteResult | execute() Execute the bulk write operation with the default write concern of the collection from which this came. |
BulkWriteResult | execute(final WriteConcern writeConcern) Execute the bulk write operation with the given write concern. |
BulkWriteRequestBuilder | find(final DBObject query) Start building a write request to add to the bulk write operation. |
void | insert(final DBObject document) Add an insert request to the bulk operation |
void | setBypassDocumentValidation(final Boolean bypassDocumentValidation) Sets whether to bypass document validation. |