abstract class BaseFindAndModifyOperation<T> extends java.lang.Object implements AsyncWriteOperation<T>, WriteOperation<T>
Constructor and Description |
---|
BaseFindAndModifyOperation() |
Modifier and Type | Method and Description |
---|---|
T |
execute(WriteBinding binding)
General execute which can return anything of type T
|
void |
executeAsync(AsyncWriteBinding binding,
SingleResultCallback<T> callback)
General execute which can return anything of type T
|
protected abstract CommandOperationHelper.CommandCreator |
getCommandCreator(SessionContext sessionContext) |
protected abstract java.lang.String |
getDatabaseName() |
protected abstract Decoder<T> |
getDecoder() |
protected abstract FieldNameValidator |
getFieldNameValidator() |
public T execute(WriteBinding binding)
WriteOperation
execute
in interface WriteOperation<T>
binding
- the binding to execute in the context ofpublic void executeAsync(AsyncWriteBinding binding, SingleResultCallback<T> callback)
AsyncWriteOperation
executeAsync
in interface AsyncWriteOperation<T>
binding
- the binding to execute in the context ofcallback
- the callback to be called when the operation has been executedprotected abstract java.lang.String getDatabaseName()
protected abstract CommandOperationHelper.CommandCreator getCommandCreator(SessionContext sessionContext)
protected abstract FieldNameValidator getFieldNameValidator()