Package | Description |
---|---|
com.mongodb.operation |
The core of the MongoDB driver works via operations, using the command pattern.
|
Modifier and Type | Method and Description |
---|---|
protected CommandOperationHelper.CommandCreator |
FindAndReplaceOperation.getCommandCreator(SessionContext sessionContext) |
protected CommandOperationHelper.CommandCreator |
FindAndDeleteOperation.getCommandCreator(SessionContext sessionContext) |
protected abstract CommandOperationHelper.CommandCreator |
BaseFindAndModifyOperation.getCommandCreator(SessionContext sessionContext) |
protected CommandOperationHelper.CommandCreator |
FindAndUpdateOperation.getCommandCreator(SessionContext sessionContext) |
Modifier and Type | Method and Description |
---|---|
(package private) static <T,R> void |
CommandOperationHelper.executeRetryableCommand(AsyncWriteBinding binding,
java.lang.String database,
ReadPreference readPreference,
FieldNameValidator fieldNameValidator,
Decoder<T> commandResultDecoder,
CommandOperationHelper.CommandCreator commandCreator,
CommandOperationHelper.CommandTransformer<T,R> transformer,
SingleResultCallback<R> originalCallback) |
(package private) static <T,R> R |
CommandOperationHelper.executeRetryableCommand(WriteBinding binding,
java.lang.String database,
ReadPreference readPreference,
FieldNameValidator fieldNameValidator,
Decoder<T> commandResultDecoder,
CommandOperationHelper.CommandCreator commandCreator,
CommandOperationHelper.CommandTransformer<T,R> transformer) |