Interface DiskBackupStatus


  • public interface DiskBackupStatus
    Composite data type used to distribute the status of disk backup operations.
    Since:
    GemFire 7.0
    • Method Detail

      • getBackedUpDiskStores

        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.
        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