Package | Description |
---|---|
com.mongodb |
The core mongodb package
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<BulkWriteUpsert> |
AcknowledgedBulkWriteResult.upserts |
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<BulkWriteUpsert> |
BulkWriteResult.getUpserts()
Gets an unmodifiable list of upserted items, or the empty list if there were none.
|
java.util.List<BulkWriteUpsert> |
UnacknowledgedBulkWriteResult.getUpserts() |
java.util.List<BulkWriteUpsert> |
AcknowledgedBulkWriteResult.getUpserts() |
(package private) static java.util.List<BulkWriteUpsert> |
BulkWriteHelper.translateBulkWriteUpserts(java.util.List<BulkWriteUpsert> upserts,
Decoder<DBObject> decoder) |
Constructor and Description |
---|
AcknowledgedBulkWriteResult(int insertedCount,
int matchedCount,
int removedCount,
java.lang.Integer modifiedCount,
java.util.List<BulkWriteUpsert> upserts) |