Package | Description |
---|---|
com.mongodb.bulk |
Contains classes for representing the result of a bulk write operation.
|
com.mongodb.operation |
The core of the MongoDB driver works via operations, using the command pattern.
|
Modifier and Type | Class and Description |
---|---|
class |
DeleteRequest
A representation of a delete.
|
class |
InsertRequest
A representation of a document to insert.
|
class |
UpdateRequest
An update to one or more documents.
|
Modifier and Type | Method and Description |
---|---|
List<? extends WriteRequest> |
MixedBulkWriteOperation.getWriteRequests()
Gets the list of write requests to execute.
|
Constructor and Description |
---|
MixedBulkWriteOperation(MongoNamespace namespace,
List<? extends WriteRequest> writeRequests,
boolean ordered,
WriteConcern writeConcern)
Construct a new instance.
|
Copyright © 2016. All Rights Reserved.