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.Methods in org.opends.server.backup that return types with arguments of type Backup Modifier and Type Method Description Collection<Backup>
BackupManager. listBackups(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 int
Backup. compareTo(Backup o)
Compares this backup to the provided one based on their timestamps.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()
.
-