public class DiskBackupStatus
extends java.lang.Object
Constructor and Description |
---|
DiskBackupStatus() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String[]> |
getBackedUpDiskStores()
Returns a map of member names/IDs and the
PersistentID of the disk stores that were
backed up. |
java.lang.String[] |
getOfflineDiskStores()
Returns a list of directories for the disk stores that were off-line at the time the backup
occurred.
|
void |
setBackedUpDiskStores(java.util.Map<java.lang.String,java.lang.String[]> backedUpDiskStores)
Sets the map of member names/IDs and the
PersistentID of the disk stores that were
backed up. |
void |
setOfflineDiskStores(java.lang.String[] offlineDiskStores)
Sets the list of directories for the disk stores that were off-line at the time the backup
occurred.
|
public java.util.Map<java.lang.String,java.lang.String[]> getBackedUpDiskStores()
PersistentID
of the disk stores that were
backed up.public java.lang.String[] getOfflineDiskStores()
public void setBackedUpDiskStores(java.util.Map<java.lang.String,java.lang.String[]> backedUpDiskStores)
PersistentID
of the disk stores that were
backed up.public void setOfflineDiskStores(java.lang.String[] offlineDiskStores)