Interface BackupControllerListener
- All Known Implementing Classes:
BackupController
public interface BackupControllerListener
-
Method Summary
Modifier and TypeMethodDescriptionperformBackup(String backupDir, List<NodeBackupModel> nodeBackupModels) Backup the provided nodes to the provided directory.
-
Method Details
-
performBackup
Backup the provided nodes to the provided directory.- Parameters:
backupDir- The backup directorynodeBackupModels- nodes to backup- Returns:
- the future
-