@Override public List<String> getRestoreKeySpaces() { return config.getList(CONFIG_RESTORE_KEYSPACES); }
@Override public List<String> getRacs() { return config.getList(CONFIG_AVAILABILITY_ZONES, DEFAULT_AVAILABILITY_ZONES); }
@Override public List<String> getBackupRacs() { return config.getList(CONFIG_BACKUP_RACS); }