| Package | Description |
|---|---|
| com.mongodb |
Main package with core files.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
IndexMap.HashBased |
private static class |
IndexMap.RangeBased |
| Modifier and Type | Field and Description |
|---|---|
private IndexMap |
DBCollectionImpl.Run.indexMap |
| Modifier and Type | Method and Description |
|---|---|
(package private) abstract IndexMap |
IndexMap.add(int index,
int originalIndex)
Add a new index to the map
|
IndexMap |
IndexMap.HashBased.add(int index,
int originalIndex) |
IndexMap |
IndexMap.RangeBased.add(int index,
int originalIndex) |
(package private) static IndexMap |
IndexMap.create()
Create an empty index map.
|
(package private) static IndexMap |
IndexMap.create(int startIndex,
int count)
Create an index map that maps the integers 0..count to startIndex..startIndex + count.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BulkWriteBatchCombiner.addErrorResult(BulkWriteException exception,
IndexMap indexMap) |
void |
BulkWriteBatchCombiner.addErrorResult(java.util.List<BulkWriteError> writeErrors,
WriteConcernError writeConcernError,
IndexMap indexMap) |
void |
BulkWriteBatchCombiner.addResult(BulkWriteResult result,
IndexMap indexMap) |
void |
BulkWriteBatchCombiner.addWriteErrorResult(BulkWriteError writeError,
IndexMap indexMap) |
private void |
BulkWriteBatchCombiner.mergeUpserts(java.util.List<BulkWriteUpsert> upserts,
IndexMap indexMap) |
private void |
BulkWriteBatchCombiner.mergeWriteErrors(java.util.List<BulkWriteError> newWriteErrors,
IndexMap indexMap) |