public interface BackupSender
BackupResponse
in the case it wants an sync call.BackupResponse
Modifier and Type | Method and Description |
---|---|
InvocationStage |
backupClear(ClearCommand command) |
InvocationStage |
backupCommit(CommitCommand command,
Transaction transaction) |
InvocationStage |
backupPrepare(PrepareCommand command,
AbstractCacheTransaction cacheTransaction,
Transaction transaction)
Prepares a transaction on the remote site.
|
InvocationStage |
backupRollback(RollbackCommand command,
Transaction transaction) |
InvocationStage |
backupWrite(WriteCommand command,
WriteCommand originalCommand) |
InvocationStage backupPrepare(PrepareCommand command, AbstractCacheTransaction cacheTransaction, Transaction transaction)
InvocationStage backupCommit(CommitCommand command, Transaction transaction)
InvocationStage backupRollback(RollbackCommand command, Transaction transaction)
InvocationStage backupWrite(WriteCommand command, WriteCommand originalCommand)
InvocationStage backupClear(ClearCommand command)
Copyright © 2021 JBoss by Red Hat. All rights reserved.