|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BackupResponse | |
---|---|
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 |
Uses of BackupResponse in org.infinispan.remoting.transport |
---|
Classes in org.infinispan.remoting.transport that implement BackupResponse | |
---|---|
class |
AggregateBackupResponse
|
Methods in org.infinispan.remoting.transport that return BackupResponse | |
---|---|
BackupResponse |
Transport.backupRemotely(Collection<XSiteBackup> backups,
ReplicableCommand rpcCommand)
|
Constructors in org.infinispan.remoting.transport with parameters of type BackupResponse | |
---|---|
AggregateBackupResponse(BackupResponse onePcResponse,
BackupResponse twoPcResponse)
|
Uses of BackupResponse in org.infinispan.remoting.transport.jgroups |
---|
Classes in org.infinispan.remoting.transport.jgroups that implement BackupResponse | |
---|---|
class |
JGroupsBackupResponse
|
Methods in org.infinispan.remoting.transport.jgroups that return BackupResponse | |
---|---|
BackupResponse |
JGroupsTransport.backupRemotely(Collection<XSiteBackup> backups,
ReplicableCommand rpcCommand)
|
Uses of BackupResponse in org.infinispan.xsite |
---|
Methods in org.infinispan.xsite that return BackupResponse | |
---|---|
BackupResponse |
BackupSender.backupCommit(CommitCommand command)
|
BackupResponse |
BackupSenderImpl.backupCommit(CommitCommand command)
|
BackupResponse |
BackupSender.backupPrepare(PrepareCommand command)
Prepares a transaction on the remote site. |
BackupResponse |
BackupSenderImpl.backupPrepare(PrepareCommand command)
|
BackupResponse |
BackupSender.backupRollback(RollbackCommand command)
|
BackupResponse |
BackupSenderImpl.backupRollback(RollbackCommand command)
|
BackupResponse |
BackupSender.backupWrite(WriteCommand command)
|
BackupResponse |
BackupSenderImpl.backupWrite(WriteCommand command)
|
Methods in org.infinispan.xsite with parameters of type BackupResponse | |
---|---|
void |
BackupSender.processResponses(BackupResponse backupResponse,
VisitableCommand command)
Processes the responses of a backup command. |
void |
BackupSenderImpl.processResponses(BackupResponse backupResponse,
VisitableCommand command)
|
void |
BackupSender.processResponses(BackupResponse backupResponse,
VisitableCommand command,
Transaction transaction)
|
void |
BackupSenderImpl.processResponses(BackupResponse backupResponse,
VisitableCommand command,
Transaction transaction)
|
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |