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
Constructors -
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:BackupStorageProviderReturns a newBackupStorage.- Specified by:
backupStoragein 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:BackupStorageProviderReturns the storage scheme supported by the provider.- Specified by:
getStorageSchemein interfaceBackupStorageProvider- Returns:
- The storage scheme supported by the provider.
-