| Package | Description |
|---|---|
| com.mongodb.bulk |
Contains classes for representing the result of a bulk write operation.
|
| Modifier and Type | Method and Description |
|---|---|
abstract List<BulkWriteUpsert> |
BulkWriteResult.getUpserts()
Gets an unmodifiable list of upserted items, or the empty list if there were none.
|
| Modifier and Type | Method and Description |
|---|---|
static BulkWriteResult |
BulkWriteResult.acknowledged(int insertedCount,
int matchedCount,
int removedCount,
Integer modifiedCount,
List<BulkWriteUpsert> upserts)
Create an acknowledged BulkWriteResult
|
static BulkWriteResult |
BulkWriteResult.acknowledged(WriteRequest.Type type,
int count,
Integer modifiedCount,
List<BulkWriteUpsert> upserts)
Create an acknowledged BulkWriteResult
|
static BulkWriteResult |
BulkWriteResult.acknowledged(WriteRequest.Type type,
int count,
List<BulkWriteUpsert> upserts)
Create an acknowledged BulkWriteResult
|
Copyright © 2017. All Rights Reserved.