public class BaseBackupInterceptor extends DDAsyncInterceptor
Modifier and Type | Field and Description |
---|---|
protected BackupSender |
backupSender |
protected ClusteringDependentLogic |
clusteringDependentLogic |
protected IracManager |
iracManager |
protected static Log |
log |
protected static boolean |
trace |
protected TransactionTable |
txTable |
cacheConfiguration
Constructor and Description |
---|
BaseBackupInterceptor() |
Modifier and Type | Method and Description |
---|---|
protected Log |
getLog() |
protected Stream<WriteCommand> |
getModificationsFrom(CommitCommand cmd) |
Object |
visitClearCommand(InvocationContext ctx,
ClearCommand command) |
handleDefault, visitCommand, visitCommitCommand, visitComputeCommand, visitComputeIfAbsentCommand, visitEntrySetCommand, visitEvictCommand, visitGetAllCommand, visitGetCacheEntryCommand, visitGetKeysInGroupCommand, visitGetKeyValueCommand, visitInvalidateCommand, visitInvalidateL1Command, visitKeySetCommand, visitLockControlCommand, visitPrepareCommand, visitPutKeyValueCommand, visitPutMapCommand, visitReadOnlyKeyCommand, visitReadOnlyManyCommand, visitReadWriteKeyCommand, visitReadWriteKeyValueCommand, visitReadWriteManyCommand, visitReadWriteManyEntriesCommand, visitRemoveCommand, visitReplaceCommand, visitRollbackCommand, visitSizeCommand, visitUnknownCommand, visitWriteOnlyKeyCommand, visitWriteOnlyKeyValueCommand, visitWriteOnlyManyCommand, visitWriteOnlyManyEntriesCommand
asyncInvokeNext, asyncInvokeNext, asyncInvokeNext, asyncValue, delayedNull, delayedValue, delayedValue, invokeNext, invokeNextAndExceptionally, invokeNextAndFinally, invokeNextAndHandle, invokeNextThenAccept, invokeNextThenApply, isSuccessfullyDone, makeStage, setNextInterceptor, valueOrException
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
visitRemoveExpiredCommand
protected BackupSender backupSender
protected TransactionTable txTable
protected IracManager iracManager
protected ClusteringDependentLogic clusteringDependentLogic
protected static final Log log
protected static final boolean trace
public final Object visitClearCommand(InvocationContext ctx, ClearCommand command)
visitClearCommand
in interface Visitor
visitClearCommand
in class DDAsyncInterceptor
protected Log getLog()
protected Stream<WriteCommand> getModificationsFrom(CommitCommand cmd)
Copyright © 2021 JBoss by Red Hat. All rights reserved.