Uses of Class
org.infinispan.commands.remote.BaseRpcCommand
-
Packages that use BaseRpcCommand Package Description org.infinispan.commands.irac org.infinispan.commands.remote Meta-commands that wrap other commands for remote execution.org.infinispan.commands.remote.recovery org.infinispan.commands.statetransfer org.infinispan.commands.triangle org.infinispan.commands.write Commands that alter the state of the cache.org.infinispan.expiration.impl org.infinispan.notifications.cachelistener.cluster org.infinispan.reactive.publisher.impl.commands.batch org.infinispan.reactive.publisher.impl.commands.reduction org.infinispan.xsite org.infinispan.xsite.commands org.infinispan.xsite.statetransfer -
-
Uses of BaseRpcCommand in org.infinispan.commands.irac
Subclasses of BaseRpcCommand in org.infinispan.commands.irac Modifier and Type Class Description classIracClearKeysCommandA clear request that is sent to the remote site byIracManager.classIracPutKeyCommandA put key request that is sent to the remote site byIracManager.classIracRemoveKeyCommandA remove key request that is sent to the remote site byIracManager.classIracRequestStateCommandRequests the state for a given segments.classIracUpdateKeyCommandAn update request that is sent to the remote site byIracManager. -
Uses of BaseRpcCommand in org.infinispan.commands.remote
Subclasses of BaseRpcCommand in org.infinispan.commands.remote Modifier and Type Class Description classBaseClusteredReadCommandclassClusteredGetAllCommand<K,V>Issues a remote getAll call.classClusteredGetCommandIssues a remote get call.classRenewBiasCommandclassRevokeBiasCommandInforms node that it is not allowed to serve reads from the local record anymore.classSingleRpcCommandAggregates a single command for replication. -
Uses of BaseRpcCommand in org.infinispan.commands.remote.recovery
Subclasses of BaseRpcCommand in org.infinispan.commands.remote.recovery Modifier and Type Class Description classCompleteTransactionCommandCommand used by the recovery tooling for forcing transaction completion .classGetInDoubtTransactionsCommandRpc to obtain all in-doubt prepared transactions stored on remote nodes.classGetInDoubtTxInfoCommandCommand used by the recovery tooling for obtaining the list of in-doubt transactions from a node.classRecoveryCommandDeprecated.since 11.0, class will be removed with no direct replacement.classTxCompletionNotificationCommandCommand for removing recovery related information from the cluster. -
Uses of BaseRpcCommand in org.infinispan.commands.statetransfer
Subclasses of BaseRpcCommand in org.infinispan.commands.statetransfer Modifier and Type Class Description classConflictResolutionStartCommandStart conflict resolution.classScatteredStateConfirmRevokedCommandclassScatteredStateGetKeysCommandStart transferring keys and remote metadata for the given segments.classStateResponseCommandThis command is used by a StateProvider to push cache entries to a StateConsumer.classStateTransferCancelCommandCancel state transfer.classStateTransferGetListenersCommandGet the registered cluster listeners.classStateTransferGetTransactionsCommandGet transactions for the specified segments.classStateTransferStartCommandStart state transfer. -
Uses of BaseRpcCommand in org.infinispan.commands.triangle
Subclasses of BaseRpcCommand in org.infinispan.commands.triangle Modifier and Type Class Description classBackupWriteCommandA write operation sent from the primary owner to the backup owners.classMultiEntriesFunctionalBackupWriteCommandclassMultiKeyFunctionalBackupWriteCommandclassPutMapBackupWriteCommandABackupWriteCommandimplementation forPutMapCommand.classSingleKeyBackupWriteCommandA single keyBackupWriteCommandfor single key non-functional commands.classSingleKeyFunctionalBackupWriteCommandA single keyBackupWriteCommandfor single key functional commands. -
Uses of BaseRpcCommand in org.infinispan.commands.write
Subclasses of BaseRpcCommand in org.infinispan.commands.write Modifier and Type Class Description classBackupAckCommandA command that represents an acknowledge sent by a backup owner to the originator.classBackupMultiKeyAckCommandA command that represents an acknowledge sent by a backup owner to the originator.classExceptionAckCommandA command that represents an exception acknowledge sent by any owner.classInvalidateVersionsCommandMust beVisitableCommandas we want to catch it in persistence handling etc. -
Uses of BaseRpcCommand in org.infinispan.expiration.impl
Subclasses of BaseRpcCommand in org.infinispan.expiration.impl Modifier and Type Class Description classTouchCommandThis command updates a cache entry's last access timestamp. -
Uses of BaseRpcCommand in org.infinispan.notifications.cachelistener.cluster
Subclasses of BaseRpcCommand in org.infinispan.notifications.cachelistener.cluster Modifier and Type Class Description classMultiClusterEventCommand<K,V>This command is used to send cluster events for multiple listeners on the same node -
Uses of BaseRpcCommand in org.infinispan.reactive.publisher.impl.commands.batch
Subclasses of BaseRpcCommand in org.infinispan.reactive.publisher.impl.commands.batch Modifier and Type Class Description classCancelPublisherCommandclassInitialPublisherCommand<K,I,R>classNextPublisherCommand -
Uses of BaseRpcCommand in org.infinispan.reactive.publisher.impl.commands.reduction
Subclasses of BaseRpcCommand in org.infinispan.reactive.publisher.impl.commands.reduction Modifier and Type Class Description classReductionPublisherRequestCommand<K>Stream request command that is sent to remote nodes handle execution of remote intermediate and terminal operations. -
Uses of BaseRpcCommand in org.infinispan.xsite
Subclasses of BaseRpcCommand in org.infinispan.xsite Modifier and Type Class Description classSingleXSiteRpcCommandRPC command to replicate cache operations (such as put, remove, replace, etc.) to the backup site.classXSiteReplicateCommandAbstract class to invoke RPC on the remote site. -
Uses of BaseRpcCommand in org.infinispan.xsite.commands
Subclasses of BaseRpcCommand in org.infinispan.xsite.commands Modifier and Type Class Description classXSiteAmendOfflineStatusCommandAmend a sites offline status.classXSiteBringOnlineCommandTake a site offline.classXSiteOfflineStatusCommandGet the offline status of aBackupSender.classXSiteStateTransferCancelSendCommandCancel sending XSite state.classXSiteStateTransferClearStatusCommandClear XSite state transfer status.classXSiteStateTransferFinishReceiveCommandFinish receiving XSite state.classXSiteStateTransferFinishSendCommandFinish sending XSite state.classXSiteStateTransferRestartSendingCommandRestart sending XSite state.classXSiteStateTransferStartReceiveCommandStart receiving XSite state.classXSiteStateTransferStartSendCommandStart send XSite state.classXSiteStateTransferStatusRequestCommandGet XSite state transfer status.classXSiteStatusCommandReturn the status of aBackupSender.classXSiteTakeOfflineCommandTake a site offline. -
Uses of BaseRpcCommand in org.infinispan.xsite.statetransfer
Subclasses of BaseRpcCommand in org.infinispan.xsite.statetransfer Modifier and Type Class Description classXSiteStatePushCommandWraps the state to be sent to another site
-