Uses of Class
org.infinispan.xsite.XSiteReplicateCommand
-
Packages that use XSiteReplicateCommand Package Description org.infinispan.extendedstats.wrappers org.infinispan.remoting.inboundhandler Handling of inbound commands on remote nodes.org.infinispan.remoting.rpc Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.org.infinispan.remoting.transport Transports handle the low-level networking, used by the remoting components.org.infinispan.remoting.transport.jgroups A transport implementation based on JGroups.org.infinispan.xsite org.infinispan.xsite.statetransfer -
-
Uses of XSiteReplicateCommand in org.infinispan.extendedstats.wrappers
Methods in org.infinispan.extendedstats.wrappers with parameters of type XSiteReplicateCommand Modifier and Type Method Description BackupResponse
ExtendedStatisticRpcManager. invokeXSite(java.util.Collection<XSiteBackup> sites, XSiteReplicateCommand command)
XSiteResponse
ExtendedStatisticRpcManager. invokeXSite(XSiteBackup backup, XSiteReplicateCommand command)
-
Uses of XSiteReplicateCommand in org.infinispan.remoting.inboundhandler
Methods in org.infinispan.remoting.inboundhandler with parameters of type XSiteReplicateCommand Modifier and Type Method Description void
GlobalInboundInvocationHandler. handleFromRemoteSite(java.lang.String origin, XSiteReplicateCommand command, Reply reply, DeliverOrder order)
void
InboundInvocationHandler. handleFromRemoteSite(java.lang.String origin, XSiteReplicateCommand command, Reply reply, DeliverOrder order)
Handles theReplicableCommand
from remote site. -
Uses of XSiteReplicateCommand in org.infinispan.remoting.rpc
Methods in org.infinispan.remoting.rpc with parameters of type XSiteReplicateCommand Modifier and Type Method Description BackupResponse
RpcManager. invokeXSite(java.util.Collection<XSiteBackup> sites, XSiteReplicateCommand command)
Deprecated.since 10.0.XSiteResponse
RpcManager. invokeXSite(XSiteBackup backup, XSiteReplicateCommand command)
Sends theXSiteReplicateCommand
to a remote site.BackupResponse
RpcManagerImpl. invokeXSite(java.util.Collection<XSiteBackup> sites, XSiteReplicateCommand command)
XSiteResponse
RpcManagerImpl. invokeXSite(XSiteBackup backup, XSiteReplicateCommand command)
-
Uses of XSiteReplicateCommand in org.infinispan.remoting.transport
Methods in org.infinispan.remoting.transport with parameters of type XSiteReplicateCommand Modifier and Type Method Description BackupResponse
AbstractDelegatingTransport. backupRemotely(java.util.Collection<XSiteBackup> backups, XSiteReplicateCommand rpcCommand)
XSiteResponse
AbstractDelegatingTransport. backupRemotely(XSiteBackup backup, XSiteReplicateCommand rpcCommand)
BackupResponse
Transport. backupRemotely(java.util.Collection<XSiteBackup> backups, XSiteReplicateCommand rpcCommand)
Deprecated.since 10.0.XSiteResponse
Transport. backupRemotely(XSiteBackup backup, XSiteReplicateCommand rpcCommand)
Sends a cross-site request to a remote site.protected void
AbstractDelegatingTransport. beforeBackupRemotely(XSiteReplicateCommand command)
method invoked before a backup remote invocation.static RetryOnFailureXSiteCommand
RetryOnFailureXSiteCommand. newInstance(XSiteBackup backup, XSiteReplicateCommand command, RetryOnFailureXSiteCommand.RetryPolicy retryPolicy)
It builds a new instance with the destination site, the command and the retry policy. -
Uses of XSiteReplicateCommand in org.infinispan.remoting.transport.jgroups
Methods in org.infinispan.remoting.transport.jgroups with parameters of type XSiteReplicateCommand Modifier and Type Method Description BackupResponse
JGroupsTransport. backupRemotely(java.util.Collection<XSiteBackup> backups, XSiteReplicateCommand command)
XSiteResponse
JGroupsTransport. backupRemotely(XSiteBackup backup, XSiteReplicateCommand rpcCommand)
-
Uses of XSiteReplicateCommand in org.infinispan.xsite
Subclasses of XSiteReplicateCommand in org.infinispan.xsite Modifier and Type Class Description class
SingleXSiteRpcCommand
RPC command to replicate cache operations (such as put, remove, replace, etc.) to the backup site. -
Uses of XSiteReplicateCommand in org.infinispan.xsite.statetransfer
Subclasses of XSiteReplicateCommand in org.infinispan.xsite.statetransfer Modifier and Type Class Description class
XSiteStatePushCommand
Wraps the state to be sent to another siteclass
XSiteStateTransferControlCommand
Command used to control the state transfer between sites.
-