Uses of Interface
org.opends.server.backup.BackupStorage
-
Packages that use BackupStorage Package Description org.opends.server.backup Classes related to backup and restore. -
-
Uses of BackupStorage in org.opends.server.backup
Classes in org.opends.server.backup that implement BackupStorage Modifier and Type Class Description class
FileSystemBackupStorage
A backup storage implementation that reads and writes files in a file system directory.Methods in org.opends.server.backup that return BackupStorage Modifier and Type Method Description BackupStorage
BackupStorageProvider. backupStorage(BackupStorageConfig config)
Returns a newBackupStorage
.BackupStorage
FileSystemBackupStorageProvider. backupStorage(BackupStorageConfig config)
Methods in org.opends.server.backup with parameters of type BackupStorage Modifier and Type Method Description static BackupManager
BackupManager. newBackupManager(BackupStorage backupStorage, ServerContext serverContext)
Creates a new backup manager backed by the provided backup storage.
-