Package | Description |
---|---|
com.mongodb |
The core mongodb package
|
com.mongodb.connection |
Contains classes that manage connecting to MongoDB servers.
|
com.mongodb.operation |
The core of the MongoDB driver works via operations, using the command pattern.
|
Modifier and Type | Method and Description |
---|---|
(package private) static BulkWriteException |
BulkWriteHelper.translateBulkWriteException(MongoBulkWriteException e,
Decoder<DBObject> decoder) |
Modifier and Type | Method and Description |
---|---|
(package private) static MongoBulkWriteException |
WriteCommandResultHelper.getBulkWriteException(WriteRequest.Type type,
BsonDocument result,
ServerAddress serverAddress) |
MongoBulkWriteException |
BulkWriteBatchCombiner.getError()
Gets the combined errors as an exception
|
Modifier and Type | Method and Description |
---|---|
void |
BulkWriteBatchCombiner.addErrorResult(MongoBulkWriteException exception,
IndexMap indexMap)
Add an error result
|
Modifier and Type | Method and Description |
---|---|
private MongoBulkWriteException |
BulkWriteBatch.getBulkWriteException(BsonDocument result) |
MongoBulkWriteException |
BulkWriteBatch.getError() |
Modifier and Type | Method and Description |
---|---|
private MongoException |
BaseWriteOperation.convertBulkWriteException(MongoBulkWriteException e) |
private BulkWriteError |
BaseWriteOperation.getLastError(MongoBulkWriteException e) |
private BsonDocument |
BaseWriteOperation.manufactureGetLastErrorResponse(MongoBulkWriteException e) |