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

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

Introduction

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

The text is from its open source code.

Method

voidupdate(final DBObject update)
Adds a request to update all documents in the collection that match the query with which this builder was created.
voidupdateOne(final DBObject update)
Adds a request to update one document in the collection that matches the query with which this builder was created.
BulkUpdateRequestBuilderupsert()
Specifies that the request being built should be an upsert.