Interface CacheRpcCommand

All Superinterfaces:
ReplicableCommand
All Known Subinterfaces:
TransactionBoundaryCommand
All Known Implementing Classes:
AbstractTransactionBoundaryCommand, BackupAckCommand, BackupMultiKeyAckCommand, BackupNoopCommand, BackupWriteCommand, BaseClusteredReadCommand, BaseRpcCommand, CancelPublisherCommand, CheckTransactionRpcCommand, ClusteredGetAllCommand, ClusteredGetCommand, CommitCommand, CompleteTransactionCommand, ConflictResolutionStartCommand, ExceptionAckCommand, GetInDoubtTransactionsCommand, GetInDoubtTxInfoCommand, InitialPublisherCommand, InvalidateVersionsCommand, IracCleanupKeysCommand, IracClearKeysCommand, IracMetadataRequestCommand, IracPutManyCommand, IracRequestStateCommand, IracStateResponseCommand, IracTombstoneCleanupCommand, IracTombstonePrimaryCheckCommand, IracTombstoneRemoteSiteCheckCommand, IracTombstoneStateResponseCommand, IracTouchKeyCommand, IracUpdateKeyCommand, IracUpdateVersionCommand, LockControlCommand, MultiClusterEventCommand, MultiEntriesFunctionalBackupWriteCommand, MultiKeyFunctionalBackupWriteCommand, NextPublisherCommand, PrepareCommand, PutMapBackupWriteCommand, RecoveryCommand, ReductionPublisherRequestCommand, RenewBiasCommand, RevokeBiasCommand, RollbackCommand, ScatteredStateConfirmRevokedCommand, ScatteredStateGetKeysCommand, SingleKeyBackupWriteCommand, SingleKeyFunctionalBackupWriteCommand, SingleRpcCommand, SingleXSiteRpcCommand, SizeCommand, StateResponseCommand, StateTransferCancelCommand, StateTransferGetListenersCommand, StateTransferGetTransactionsCommand, StateTransferStartCommand, TxCompletionNotificationCommand, VersionedCommitCommand, VersionedPrepareCommand, XSiteAmendOfflineStatusCommand, XSiteAutoTransferStatusCommand, XSiteBringOnlineCommand, XSiteOfflineStatusCommand, XSiteReplicateCommand, XSiteSetStateTransferModeCommand, XSiteStatePushCommand, XSiteStateTransferCancelSendCommand, XSiteStateTransferClearStatusCommand, XSiteStateTransferFinishReceiveCommand, XSiteStateTransferFinishSendCommand, XSiteStateTransferRestartSendingCommand, XSiteStateTransferStartReceiveCommand, XSiteStateTransferStartSendCommand, XSiteStateTransferStatusRequestCommand, XSiteStatusCommand, XSiteTakeOfflineCommand

public interface CacheRpcCommand extends ReplicableCommand
The RpcManager only replicates commands wrapped in a CacheRpcCommand.
Since:
4.0
Author:
Manik Surtani, [email protected]