Uses of Class
org.opends.server.backup.BackupId
Package
Description
Classes related to backup and restore.
Classes related to dsbackup tool.
-
Uses of BackupId in org.opends.server.backup
Modifier and TypeMethodDescriptionBackup.getId()
Returns the backup ID.static BackupId
BackupId.newBackupId
(String backendName, Instant timestamp) Creates a new backup ID using the provided parameters.static BackupId
Parses a backup ID from a string.Modifier and TypeMethodDescriptionBackupFileManager.getBackupIds()
Returns the set of metadata IDS found in the underlying backup storage.Modifier and TypeMethodDescriptionint
BackupFileManager.readBackup
(BackupId backupId) Reads the backup file with the provided ID from the underlying backup storage and converts it to a backup object.Modifier and TypeMethodDescriptionvoid
BackupManager.purgeBackups
(Set<BackupId> backupsToDelete, Cancellable cancellable) Purge a set of backups.ModifierConstructorDescriptionBackupFilter
(Collection<BackupId> backupIds, Collection<String> backendNames, Collection<String> serverIds, boolean keepOnlyLastBackupForEachBackend) Builds a backup filter instance using the provided criteria. -
Uses of BackupId in org.opends.server.tools.dsbackup
Modifier and TypeMethodDescriptionSets the backupId argument values.