Uses of Class
org.infinispan.xsite.XSiteBackup
-
Packages that use XSiteBackup Package Description 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.remoting.transport
Methods in org.infinispan.remoting.transport with parameters of type XSiteBackup Modifier and Type Method Description 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.Method parameters in org.infinispan.remoting.transport with type arguments of type XSiteBackup Modifier and Type Method Description BackupResponse
AbstractDelegatingTransport. backupRemotely(Collection<XSiteBackup> backups, XSiteReplicateCommand rpcCommand)
BackupResponse
Transport. backupRemotely(Collection<XSiteBackup> backups, XSiteReplicateCommand rpcCommand)
-
Uses of XSiteBackup in org.infinispan.remoting.transport.jgroups
Method parameters in org.infinispan.remoting.transport.jgroups with type arguments of type XSiteBackup Modifier and Type Method Description BackupResponse
JGroupsTransport. backupRemotely(Collection<XSiteBackup> backups, XSiteReplicateCommand command)
Constructor parameters in org.infinispan.remoting.transport.jgroups with type arguments of type XSiteBackup Constructor Description JGroupsBackupResponse(Map<XSiteBackup,Future<ValidResponse>> syncBackupCalls, TimeService timeService)
-