Uses of Class
org.opends.server.backup.BackupException
-
Packages that use BackupException Package Description org.opends.server.backup Classes related to backup and restore. -
-
Uses of BackupException in org.opends.server.backup
Methods in org.opends.server.backup that throw BackupException Modifier and Type Method Description BackupStorageBackupStorageProvider. backupStorage(BackupStorageConfig config)Returns a newBackupStorage.BackupStorageFileSystemBackupStorageProvider. backupStorage(BackupStorageConfig config)BackupBackupManager. createBackup(Backupable backupable, Cancellable cancellable)Backs up a backend to the underlying backup storage.Set<BackupId>BackupFileManager. getBackupIds()Returns the set of metadata IDS found in the underlying backup storage.Collection<Backup>BackupManager. listBackups(BackupManager.BackupFilter backupFilter, Collection<LocalizableMessage> errors)Lists all the backups without verifying their integrity.voidBackupManager. purgeBackups(Set<BackupId> backupsToDelete, Cancellable cancellable)Purge a set of backups.BackupBackupFileManager. readBackup(BackupId backupId)Reads the backup file with the provided ID from the underlying backup storage and converts it to a backup object.voidBackupManager. restoreBackup(Backup backup, Backupable backupable, Cancellable cancellable)Restores a backend from the underlying backup storage.
-