Uses of Class
org.opends.server.backup.Backup
-
Packages that use Backup Package Description org.opends.server.backup Classes related to backup and restore. -
-
Uses of Backup in org.opends.server.backup
Methods in org.opends.server.backup that return Backup Modifier and Type Method Description BackupBackupManager. createBackup(Backupable backupable, Cancellable cancellable)Backs up a backend to the underlying backup storage.BackupBackupFileManager. readBackup(BackupId backupId)Reads the backup file with the provided ID from the underlying backup storage and converts it to a backup object.Methods in org.opends.server.backup that return types with arguments of type Backup Modifier and Type Method Description Collection<Backup>BackupManager. listBackups(BackupManager.BackupFilter backupFilter, Collection<LocalizableMessage> errors)Lists all the backups without verifying their integrity.Methods in org.opends.server.backup with parameters of type Backup Modifier and Type Method Description voidBackupManager. restoreBackup(Backup backup, Backupable backupable, Cancellable cancellable)Restores a backend from the underlying backup storage.Method parameters in org.opends.server.backup with type arguments of type Backup Modifier and Type Method Description voidBackupManager. verifyBackups(Collection<Backup> backups, Cancellable cancellable)Verifies the integrity of the provided backups and mark them asverified()orhasErrors().
-