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 classFileSystemBackupStorageA 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 BackupStorageBackupStorageProvider. backupStorage(BackupStorageConfig config)Returns a newBackupStorage.BackupStorageFileSystemBackupStorageProvider. backupStorage(BackupStorageConfig config)Methods in org.opends.server.backup with parameters of type BackupStorage Modifier and Type Method Description static BackupManagerBackupManager. newBackupManager(BackupStorage backupStorage, ServerContext serverContext)Creates a new backup manager backed by the provided backup storage.
-