Package org.opends.server.backup
Class FileSystemBackupStorageProvider
java.lang.Object
org.opends.server.backup.FileSystemBackupStorageProvider
- All Implemented Interfaces:
BackupStorageProvider
This class creates instances of
BackupStorage
plugged on the local file system.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbackupStorage
(BackupStorageConfig config) Returns a newBackupStorage
.Returns the storage scheme supported by the provider.
-
Constructor Details
-
FileSystemBackupStorageProvider
public FileSystemBackupStorageProvider()
-
-
Method Details
-
backupStorage
Description copied from interface:BackupStorageProvider
Returns a newBackupStorage
.- Specified by:
backupStorage
in interfaceBackupStorageProvider
- Parameters:
config
- The configuration needed to set up the backup storage.- Returns:
- An instance of BackupStorage.
- Throws:
BackupException
- whenever an issue occurred while acquiring a backup storage.
-
getStorageScheme
Description copied from interface:BackupStorageProvider
Returns the storage scheme supported by the provider.- Specified by:
getStorageScheme
in interfaceBackupStorageProvider
- Returns:
- The storage scheme supported by the provider.
-