Java com.mongodb BulkWriteOperation fields, constructors, methods, implement or subclass

Example usage for Java com.mongodb BulkWriteOperation fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.mongodb BulkWriteOperation.

The text is from its open source code.

Method

BulkWriteResultexecute()
Execute the bulk write operation with the default write concern of the collection from which this came.
BulkWriteResultexecute(final WriteConcern writeConcern)
Execute the bulk write operation with the given write concern.
BulkWriteRequestBuilderfind(final DBObject query)
Start building a write request to add to the bulk write operation.
voidinsert(final DBObject document)
Add an insert request to the bulk operation
voidsetBypassDocumentValidation(final Boolean bypassDocumentValidation)
Sets whether to bypass document validation.