Uses of Class
org.infinispan.xsite.XSiteReplicateCommand
Packages that use XSiteReplicateCommand
Package
Description
Handling of inbound commands on remote nodes.
Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.
Transports handle the low-level networking, used by the remoting components.
A transport implementation based on JGroups.
This is the private xsite package.
-
Uses of XSiteReplicateCommand in org.infinispan.commands.irac
Subclasses of XSiteReplicateCommand in org.infinispan.commands.iracModifier and TypeClassDescriptionclassA clear request that is sent to the remote site byIracManager.classA multi-key cross-site requests.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 XSiteReplicateCommand in org.infinispan.remoting.inboundhandler
Methods in org.infinispan.remoting.inboundhandler with parameters of type XSiteReplicateCommandModifier and TypeMethodDescriptionvoidGlobalInboundInvocationHandler.handleFromRemoteSite(String origin, XSiteReplicateCommand<?> command, Reply reply, DeliverOrder order) voidInboundInvocationHandler.handleFromRemoteSite(String origin, XSiteReplicateCommand<?> command, Reply reply, DeliverOrder order) Handles theReplicableCommandfrom remote site. -
Uses of XSiteReplicateCommand in org.infinispan.remoting.rpc
Methods in org.infinispan.remoting.rpc with parameters of type XSiteReplicateCommandModifier and TypeMethodDescription<O> XSiteResponse<O>RpcManager.invokeXSite(XSiteBackup backup, XSiteReplicateCommand<O> command) Sends theXSiteReplicateCommandto a remote site.<O> XSiteResponse<O>RpcManagerImpl.invokeXSite(XSiteBackup backup, XSiteReplicateCommand<O> command) -
Uses of XSiteReplicateCommand in org.infinispan.remoting.transport
Methods in org.infinispan.remoting.transport with parameters of type XSiteReplicateCommandModifier and TypeMethodDescriptionAbstractDelegatingTransport.backupRemotely(Collection<XSiteBackup> backups, XSiteReplicateCommand rpcCommand) <O> XSiteResponse<O>AbstractDelegatingTransport.backupRemotely(XSiteBackup backup, XSiteReplicateCommand<O> rpcCommand) Transport.backupRemotely(Collection<XSiteBackup> backups, XSiteReplicateCommand rpcCommand) Deprecated.since 10.0.<O> XSiteResponse<O>Transport.backupRemotely(XSiteBackup backup, XSiteReplicateCommand<O> rpcCommand) Sends a cross-site request to a remote site. -
Uses of XSiteReplicateCommand in org.infinispan.remoting.transport.jgroups
Methods in org.infinispan.remoting.transport.jgroups with parameters of type XSiteReplicateCommandModifier and TypeMethodDescriptionJGroupsTransport.backupRemotely(Collection<XSiteBackup> backups, XSiteReplicateCommand command) <O> XSiteResponse<O>JGroupsTransport.backupRemotely(XSiteBackup backup, XSiteReplicateCommand<O> rpcCommand) -
Uses of XSiteReplicateCommand in org.infinispan.xsite
Subclasses of XSiteReplicateCommand in org.infinispan.xsiteModifier and TypeClassDescriptionclassRPC command to replicate cache operations (such as put, remove, replace, etc.) to the backup site. -
Uses of XSiteReplicateCommand in org.infinispan.xsite.commands
Subclasses of XSiteReplicateCommand in org.infinispan.xsite.commandsModifier and TypeClassDescriptionclassFinish receiving XSite state.classStart receiving XSite state. -
Uses of XSiteReplicateCommand in org.infinispan.xsite.statetransfer
Subclasses of XSiteReplicateCommand in org.infinispan.xsite.statetransferModifier and TypeClassDescriptionclassWraps the state to be sent to another site