|
GemFire 7.0.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gemstone.gemfire.management.DiskBackupStatus
public class DiskBackupStatus
Composite data type used to distribute the status of disk backup operations.
Constructor Summary | |
---|---|
DiskBackupStatus()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DiskBackupStatus()
Method Detail |
---|
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)
|
GemFire 7.0.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |