Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.remoting.transport
Interface BackupResponse

All Known Implementing Classes:
AggregateBackupResponse, JGroupsBackupResponse

public interface BackupResponse

Represents a response from a backup replication call.

Since:
5.2
Author:
Mircea Markus

Method Summary
 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.
 void waitForBackupToFinish()
           
 

Method Detail

waitForBackupToFinish

void waitForBackupToFinish()
                           throws Exception
Throws:
Exception

getFailedBackups

Map<String,Throwable> getFailedBackups()

getCommunicationErrors

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. due to a lock acquisition timeout).


getSendTimeMillis

long getSendTimeMillis()
Return the time in millis when this operation was initiated.


Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.