Package org.apache.geode.management
Interface DiskBackupStatus
public interface DiskBackupStatus
Composite data type used to distribute the status of disk backup operations.
- Since:
- GemFire 7.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns a map of member names/IDs and thePersistentIDof the disk stores that were backed up.String[]Returns a list of directories for the disk stores that were off-line at the time the backup occurred.
-
Method Details
-
getBackedUpDiskStores
Returns a map of member names/IDs and thePersistentIDof the disk stores that were backed up.- Returns:
- a map of member names/IDs and the
PersistentIDof the disk stores that were backed up
-
getOfflineDiskStores
String[] getOfflineDiskStores()Returns a list of directories for the disk stores that were off-line at the time the backup occurred.- Returns:
- an array of directories for the disk stores that were off-line at the time the backup occurred
-