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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
BackupResponse |
AbstractDelegatingTransport.backupRemotely(Collection<XSiteBackup> backups,
XSiteReplicateCommand rpcCommand) |
BackupResponse |
Transport.backupRemotely(Collection<XSiteBackup> backups,
XSiteReplicateCommand rpcCommand) |
Modifier and Type | Method and Description |
---|---|
BackupResponse |
JGroupsTransport.backupRemotely(Collection<XSiteBackup> backups,
XSiteReplicateCommand rpcCommand) |
Constructor and Description |
---|
JGroupsBackupResponse(Map<XSiteBackup,Future<Object>> syncBackupCalls,
TimeService timeService) |
Copyright © 2023 JBoss, a division of Red Hat. All rights reserved.