Uses of Class
org.infinispan.commands.remote.BaseRpcCommand
Packages that use BaseRpcCommand
Package
Description
Meta-commands that wrap other commands for remote execution.
Commands that alter the state of the cache.
This is the private xsite package.
-
Uses of BaseRpcCommand in org.infinispan.commands.irac
Subclasses of BaseRpcCommand in org.infinispan.commands.iracModifier and TypeClassDescriptionclassA clear request that is sent to the remote site byIracManager.classA multi-key cross-site requests.classRequests the state for a given segments.classAXSiteReplicateCommandto check tombstones for IRAC algorithm.classA request that is sent to the remote site byIracManager.classAn update request that is sent to the remote site byIracManager. -
Uses of BaseRpcCommand in org.infinispan.commands.read
Subclasses of BaseRpcCommand in org.infinispan.commands.read -
Uses of BaseRpcCommand in org.infinispan.commands.remote
Subclasses of BaseRpcCommand in org.infinispan.commands.remoteModifier and TypeClassDescriptionclassclassIssues a remote getAll call.classIssues a remote get call.classclassInforms node that it is not allowed to serve reads from the local record anymore.classAggregates a single command for replication. -
Uses of BaseRpcCommand in org.infinispan.commands.remote.recovery
Subclasses of BaseRpcCommand in org.infinispan.commands.remote.recoveryModifier and TypeClassDescriptionclassCommand used by the recovery tooling for forcing transaction completion .classRpc to obtain all in-doubt prepared transactions stored on remote nodes.classCommand used by the recovery tooling for obtaining the list of in-doubt transactions from a node.classDeprecated.since 11.0, class will be removed with no direct replacement.classCommand for removing recovery related information from the cluster. -
Uses of BaseRpcCommand in org.infinispan.commands.statetransfer
Subclasses of BaseRpcCommand in org.infinispan.commands.statetransferModifier and TypeClassDescriptionclassStart conflict resolution.classclassStart transferring keys and remote metadata for the given segments.classThis command is used by a StateProvider to push cache entries to a StateConsumer.classCancel state transfer.classGet the registered cluster listeners.classGet transactions for the specified segments.classStart state transfer. -
Uses of BaseRpcCommand in org.infinispan.commands.triangle
Subclasses of BaseRpcCommand in org.infinispan.commands.triangleModifier and TypeClassDescriptionclassA command that tell a backup owner to ignore a sequence id after the primary failed to send a regular write command.classA write operation sent from the primary owner to the backup owners.classclassclassABackupWriteCommandimplementation forPutMapCommand.classA single keyBackupWriteCommandfor single key non-functional commands.classA single keyBackupWriteCommandfor single key functional commands. -
Uses of BaseRpcCommand in org.infinispan.commands.write
Subclasses of BaseRpcCommand in org.infinispan.commands.writeModifier and TypeClassDescriptionclassA command that represents an acknowledge sent by a backup owner to the originator.classA command that represents an acknowledge sent by a backup owner to the originator.classA command that represents an exception acknowledge sent by any owner.classMust beVisitableCommandas we want to catch it in persistence handling etc. -
Uses of BaseRpcCommand in org.infinispan.notifications.cachelistener.cluster
Subclasses of BaseRpcCommand in org.infinispan.notifications.cachelistener.clusterModifier and TypeClassDescriptionclassThis 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 -
Uses of BaseRpcCommand in org.infinispan.reactive.publisher.impl.commands.reduction
Subclasses of BaseRpcCommand in org.infinispan.reactive.publisher.impl.commands.reductionModifier and TypeClassDescriptionclassStream 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.xsiteModifier and TypeClassDescriptionclassRPC command to replicate cache operations (such as put, remove, replace, etc.) to the backup site.classAbstract class to invoke RPC on the remote site. -
Uses of BaseRpcCommand in org.infinispan.xsite.commands
Subclasses of BaseRpcCommand in org.infinispan.xsite.commandsModifier and TypeClassDescriptionclassAmend a sites offline status.classACacheRpcCommandto check the remote site status and state transfer mode in the local cluster.classTake a site offline.classGet the offline status of aBackupSender.classACacheRpcCommandthat sets theXSiteStateTransferModecluster-wide.classCancel sending XSite state.classClear XSite state transfer status.classFinish receiving XSite state.classFinish sending XSite state.classRestart sending XSite state.classStart receiving XSite state.classStart send XSite state.classGet XSite state transfer status.classReturn the status of aBackupSender.classTake a site offline. -
Uses of BaseRpcCommand in org.infinispan.xsite.statetransfer
Subclasses of BaseRpcCommand in org.infinispan.xsite.statetransferModifier and TypeClassDescriptionclassWraps the state to be sent to another site