Uses of Interface
org.opends.server.backup.BackupStorage
-
Uses of BackupStorage in org.opends.server.backup
Modifier and TypeClassDescriptionfinal class
A backup storage implementation that reads and writes files in a file system directory.Modifier and TypeMethodDescriptionBackupStorageProvider.backupStorage
(BackupStorageConfig config) Returns a newBackupStorage
.FileSystemBackupStorageProvider.backupStorage
(BackupStorageConfig config) Modifier and TypeMethodDescriptionstatic BackupManager
BackupManager.newBackupManager
(BackupStorage backupStorage, ServerContext serverContext) Creates a new backup manager backed by the provided backup storage.