| 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 | Class and Description |
|---|---|
class |
AggregateBackupResponse |
| Modifier and Type | Method and Description |
|---|---|
BackupResponse |
AbstractDelegatingTransport.backupRemotely(Collection<XSiteBackup> backups,
XSiteReplicateCommand rpcCommand) |
BackupResponse |
Transport.backupRemotely(Collection<XSiteBackup> backups,
XSiteReplicateCommand rpcCommand)
Deprecated.
since 10.0. Use
Transport.backupRemotely(XSiteBackup, XSiteReplicateCommand) instead. |
| Constructor and Description |
|---|
AggregateBackupResponse(BackupResponse onePcResponse,
BackupResponse twoPcResponse) |
| Modifier and Type | Class and Description |
|---|---|
class |
JGroupsBackupResponse |
| Modifier and Type | Method and Description |
|---|---|
BackupResponse |
JGroupsTransport.backupRemotely(Collection<XSiteBackup> backups,
XSiteReplicateCommand command) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.