Uses of Class
org.opends.server.backup.BackupId
Packages that use BackupId
Package
Description
Classes related to backup and restore.
Classes related to dsbackup tool.
-
Uses of BackupId in org.opends.server.backup
Methods in org.opends.server.backup that return BackupIdModifier and TypeMethodDescriptionBackup.getId()Returns the backup ID.static BackupIdBackupId.newBackupId(String backendName, Instant timestamp) Creates a new backup ID using the provided parameters.static BackupIdParses a backup ID from a string.Methods in org.opends.server.backup that return types with arguments of type BackupIdModifier and TypeMethodDescriptionBackupFileManager.getBackupIds()Returns the set of metadata IDS found in the underlying backup storage.Methods in org.opends.server.backup with parameters of type BackupIdModifier and TypeMethodDescriptionintBackupFileManager.readBackup(BackupId backupId) Reads the backup file with the provided ID from the underlying backup storage and converts it to a backup object.Method parameters in org.opends.server.backup with type arguments of type BackupIdModifier and TypeMethodDescriptionvoidBackupManager.purgeBackups(Set<BackupId> backupsToDelete, Cancellable cancellable) Purge a set of backups.Constructor parameters in org.opends.server.backup with type arguments of type BackupIdModifierConstructorDescriptionBackupFilter(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
Method parameters in org.opends.server.tools.dsbackup with type arguments of type BackupIdModifier and TypeMethodDescriptionSets the backupId argument values.