Package | Description |
---|---|
com.mongodb.connection |
Contains classes that manage connecting to MongoDB servers.
|
com.mongodb.internal.connection |
Modifier and Type | Method and Description |
---|---|
void |
BulkWriteBatchCombiner.addErrorResult(List<BulkWriteError> writeErrors,
WriteConcernError writeConcernError,
IndexMap indexMap)
Add a list of error results and a write concern error
|
void |
BulkWriteBatchCombiner.addErrorResult(MongoBulkWriteException exception,
IndexMap indexMap)
Add an error result
|
void |
BulkWriteBatchCombiner.addResult(BulkWriteResult result,
IndexMap indexMap)
Add a result
|
void |
BulkWriteBatchCombiner.addWriteErrorResult(BulkWriteError writeError,
IndexMap indexMap)
Add a write error result
|
Modifier and Type | Method and Description |
---|---|
abstract IndexMap |
IndexMap.add(int index,
int originalIndex)
Add a new index to the map
|
static IndexMap |
IndexMap.create()
Create an empty index map.
|
static IndexMap |
IndexMap.create(int startIndex,
int count)
Create an index map that maps the integers 0..count to startIndex..startIndex + count.
|
Copyright © 2016. All Rights Reserved.