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