Package | Description |
---|---|
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 |
---|---|
private void |
WriteCommandProtocol.executeBatchesAsync(InternalConnection connection,
BaseWriteCommandMessage message,
BulkWriteBatchCombiner bulkWriteBatchCombiner,
int batchNum,
int currentRangeStartIndex,
SingleResultCallback<BulkWriteResult> callback) |
Modifier and Type | Method and Description |
---|---|
private void |
MixedBulkWriteOperation.executeRunsAsync(java.util.Iterator<MixedBulkWriteOperation.Run> runs,
AsyncConnection connection,
BulkWriteBatchCombiner bulkWriteBatchCombiner,
SingleResultCallback<BulkWriteResult> callback) |
private void |
MixedBulkWriteOperation.Run.AsyncRunExecutor.executeRunWritesAsync(int numberOfRuns,
int currentPosition,
BulkWriteBatchCombiner bulkWriteBatchCombiner,
SingleResultCallback<BulkWriteResult> callback) |