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 Type
    Method
    Description
    Returns a map of member names/IDs and the PersistentID of the disk stores that were backed up.
    Returns a list of directories for the disk stores that were off-line at the time the backup occurred.
  • Method Details

    • getBackedUpDiskStores

      Map<String,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

      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