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