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.
|
org.infinispan.xsite |
Modifier and Type | Class and Description |
---|---|
class |
AggregateBackupResponse |
Modifier and Type | Method and Description |
---|---|
BackupResponse |
AbstractDelegatingTransport.backupRemotely(Collection<XSiteBackup> backups,
ReplicableCommand rpcCommand) |
BackupResponse |
Transport.backupRemotely(Collection<XSiteBackup> backups,
ReplicableCommand rpcCommand) |
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,
ReplicableCommand rpcCommand) |
Modifier and Type | Method and Description |
---|---|
BackupResponse |
BackupSenderImpl.backupCommit(CommitCommand command) |
BackupResponse |
BackupSender.backupCommit(CommitCommand command) |
BackupResponse |
BackupSenderImpl.backupPrepare(PrepareCommand command) |
BackupResponse |
BackupSender.backupPrepare(PrepareCommand command)
Prepares a transaction on the remote site.
|
BackupResponse |
BackupSenderImpl.backupRollback(RollbackCommand command) |
BackupResponse |
BackupSender.backupRollback(RollbackCommand command) |
BackupResponse |
BackupSenderImpl.backupWrite(WriteCommand command) |
BackupResponse |
BackupSender.backupWrite(WriteCommand command) |
Modifier and Type | Method and Description |
---|---|
void |
BackupSenderImpl.processResponses(BackupResponse backupResponse,
VisitableCommand command) |
void |
BackupSender.processResponses(BackupResponse backupResponse,
VisitableCommand command)
Processes the responses of a backup command.
|
void |
BackupSenderImpl.processResponses(BackupResponse backupResponse,
VisitableCommand command,
Transaction transaction) |
void |
BackupSender.processResponses(BackupResponse backupResponse,
VisitableCommand command,
Transaction transaction) |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.