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 Backup
BackupManager. createBackup(Backupable backupable, Cancellable cancellable)
Backs up a backend to the underlying backup storage.Backup
BackupFileManager. 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 void
BackupManager. 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 void
BackupManager. verifyBackups(Collection<Backup> backups, Cancellable cancellable)
Verifies the integrity of the provided backups and mark them asverified()
orhasErrors()
.
-