public interface BackupResponse
Modifier and Type | Method and Description |
---|---|
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.
|
boolean |
isEmpty() |
void |
waitForBackupToFinish() |
Set<String> getCommunicationErrors()
long getSendTimeMillis()
boolean isEmpty()
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.