Uses of Class
org.infinispan.xsite.XSiteBackup
-
Packages that use XSiteBackup Package Description org.infinispan.extendedstats.wrappers 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. -
-
Uses of XSiteBackup in org.infinispan.extendedstats.wrappers
Methods in org.infinispan.extendedstats.wrappers with parameters of type XSiteBackup Modifier and Type Method Description XSiteResponse
ExtendedStatisticRpcManager. invokeXSite(XSiteBackup backup, XSiteReplicateCommand command)
Method parameters in org.infinispan.extendedstats.wrappers with type arguments of type XSiteBackup Modifier and Type Method Description BackupResponse
ExtendedStatisticRpcManager. invokeXSite(java.util.Collection<XSiteBackup> sites, XSiteReplicateCommand command)
-
Uses of XSiteBackup in org.infinispan.remoting.rpc
Methods in org.infinispan.remoting.rpc with parameters of type XSiteBackup Modifier and Type Method Description XSiteResponse
RpcManager. invokeXSite(XSiteBackup backup, XSiteReplicateCommand command)
Sends theXSiteReplicateCommand
to a remote site.XSiteResponse
RpcManagerImpl. invokeXSite(XSiteBackup backup, XSiteReplicateCommand command)
Method parameters in org.infinispan.remoting.rpc with type arguments of type XSiteBackup Modifier and Type Method Description BackupResponse
RpcManager. invokeXSite(java.util.Collection<XSiteBackup> sites, XSiteReplicateCommand command)
Deprecated.since 10.0.BackupResponse
RpcManagerImpl. invokeXSite(java.util.Collection<XSiteBackup> sites, XSiteReplicateCommand command)
-
Uses of XSiteBackup in org.infinispan.remoting.transport
Methods in org.infinispan.remoting.transport with parameters of type XSiteBackup Modifier and Type Method Description XSiteResponse
AbstractDelegatingTransport. backupRemotely(XSiteBackup backup, XSiteReplicateCommand rpcCommand)
XSiteResponse
Transport. backupRemotely(XSiteBackup backup, XSiteReplicateCommand rpcCommand)
Sends a cross-site request to a remote site.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.void
XSiteResponse.XSiteResponseCompleted. onCompleted(XSiteBackup backup, long sendTimeNanos, long durationNanos, java.lang.Throwable throwable)
Method parameters in org.infinispan.remoting.transport with type arguments of type XSiteBackup Modifier and Type Method Description BackupResponse
AbstractDelegatingTransport. backupRemotely(java.util.Collection<XSiteBackup> backups, XSiteReplicateCommand rpcCommand)
BackupResponse
Transport. backupRemotely(java.util.Collection<XSiteBackup> backups, XSiteReplicateCommand rpcCommand)
Deprecated.since 10.0. -
Uses of XSiteBackup in org.infinispan.remoting.transport.jgroups
Methods in org.infinispan.remoting.transport.jgroups with parameters of type XSiteBackup Modifier and Type Method Description XSiteResponse
JGroupsTransport. backupRemotely(XSiteBackup backup, XSiteReplicateCommand rpcCommand)
Method parameters in org.infinispan.remoting.transport.jgroups with type arguments of type XSiteBackup Modifier and Type Method Description BackupResponse
JGroupsTransport. backupRemotely(java.util.Collection<XSiteBackup> backups, XSiteReplicateCommand command)
Constructor parameters in org.infinispan.remoting.transport.jgroups with type arguments of type XSiteBackup Constructor Description JGroupsBackupResponse(java.util.Map<XSiteBackup,java.util.concurrent.CompletableFuture<ValidResponse>> backupCalls, TimeService timeService)
-