Gemfire JavaDocs
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String[]>
getBackedUpDiskStores()
Returns a map of member names/IDs and thePersistentID
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.
-
-
-
Method Detail
-
getBackedUpDiskStores
java.util.Map<java.lang.String,java.lang.String[]> getBackedUpDiskStores()
Returns a map of member names/IDs and thePersistentID
of the disk stores that were backed up.- Returns:
- a map of member names/IDs and the
PersistentID
of the disk stores that were backed up
-
getOfflineDiskStores
java.lang.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
-
-