Uses of Class
org.opends.server.backup.BackupManager.BackupFilter
-
Packages that use BackupManager.BackupFilter Package Description org.opends.server.backup Classes related to backup and restore. -
-
Uses of BackupManager.BackupFilter in org.opends.server.backup
Fields in org.opends.server.backup declared as BackupManager.BackupFilter Modifier and Type Field Description static BackupManager.BackupFilter
BackupManager.BackupFilter. ALL_BACKUPS
All the backups will be returned.Methods in org.opends.server.backup with parameters of type BackupManager.BackupFilter Modifier and Type Method Description Collection<Backup>
BackupManager. listBackups(BackupManager.BackupFilter backupFilter, Collection<LocalizableMessage> errors)
Lists all the backups without verifying their integrity.
-