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 BackupId
Backup. getId()
Returns the backup ID.static BackupId
BackupId. newBackupId(String backendName, Instant timestamp)
Creates a new backup ID using the provided parameters.static BackupId
BackupId. 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 int
BackupId. compareTo(BackupId that)
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.Method parameters in org.opends.server.backup with type arguments of type BackupId Modifier and Type Method Description void
BackupManager. 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)
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 BackupId Modifier and Type Method Description RestoreRunner
RestoreRunner. backupIds(Set<BackupId> backupIds)
Sets the backupId argument values.
-