Uses of Class
org.opends.server.backup.BackupId
-
Packages that use BackupId Package Description org.opends.server.backup Classes related to backup and restore.org.opends.server.tools.dsbackup Classes related to dsbackup tool. -
-
Uses of BackupId in org.opends.server.backup
Methods in org.opends.server.backup that return BackupId Modifier and Type Method Description BackupIdBackup. getId()Returns the backup ID.static BackupIdBackupId. newBackupId(String backendName, Instant timestamp)Creates a new backup ID using the provided parameters.static BackupIdBackupId. parse(String backupId)Parses a backup ID from a string.Methods in org.opends.server.backup that return types with arguments of type BackupId Modifier and Type Method Description Set<BackupId>BackupFileManager. getBackupIds()Returns the set of metadata IDS found in the underlying backup storage.Methods in org.opends.server.backup with parameters of type BackupId Modifier and Type Method Description intBackupId. compareTo(BackupId that)BackupBackupFileManager. 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 BackupId Modifier and Type Method Description voidBackupManager. purgeBackups(Set<BackupId> backupsToDelete, Cancellable cancellable)Purge a set of backups.Constructor parameters in org.opends.server.backup with type arguments of type BackupId Constructor Description BackupFilter(Collection<BackupId> backupIds, Collection<String> backendNames, Collection<String> serverIds, boolean keepOnlyLastBackupForEachBackend) -
Uses of BackupId in org.opends.server.tools.dsbackup
Method parameters in org.opends.server.tools.dsbackup with type arguments of type BackupId Modifier and Type Method Description RestoreRunnerRestoreRunner. backupIds(Set<BackupId> backupIds)Sets the backupId argument values.
-