public class AggregateBackupResponse extends Object implements BackupResponse
| Constructor and Description |
|---|
AggregateBackupResponse(BackupResponse onePcResponse,
BackupResponse twoPcResponse) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Set<String> |
getCommunicationErrors()
Returns the list of sites where the backups failed due to a bridge communication error (as opposed to an
error caused by Infinispan, e.g.
|
Map<String,Throwable> |
getFailedBackups() |
long |
getSendTimeMillis()
Return the time in millis when this operation was initiated.
|
int |
hashCode() |
String |
toString() |
void |
waitForBackupToFinish() |
public AggregateBackupResponse(BackupResponse onePcResponse, BackupResponse twoPcResponse)
public void waitForBackupToFinish()
throws Exception
waitForBackupToFinish in interface BackupResponseExceptionpublic Map<String,Throwable> getFailedBackups()
getFailedBackups in interface BackupResponsepublic Set<String> getCommunicationErrors()
BackupResponsegetCommunicationErrors in interface BackupResponsepublic long getSendTimeMillis()
BackupResponsegetSendTimeMillis in interface BackupResponseCopyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.