public interface BackupStatus
Modifier and Type | Method and Description |
---|---|
java.util.Map<DistributedMember,java.util.Set<PersistentID>> |
getBackedUpDiskStores()
Returns a map of disk stores that were successfully backed up.
|
java.util.Set<PersistentID> |
getOfflineDiskStores()
Returns the set of disk stores that were known to be offline at the time of the backup.
|
java.util.Map<DistributedMember,java.util.Set<PersistentID>> getBackedUpDiskStores()
java.util.Set<PersistentID> getOfflineDiskStores()