public interface BackupBackendCfg extends LocalBackendCfg
The Backup Backend provides read-only access to the set of backups that are available for OpenDJ.
Modifier and Type | Method and Description |
---|---|
void |
addBackupChangeListener(ConfigurationChangeListener<BackupBackendCfg> listener)
Register to be notified when this Backup Backend is changed.
|
Class<? extends BackupBackendCfg> |
configurationClass()
Gets the configuration class associated with this Backup Backend.
|
SortedSet<String> |
getBackupDirectory()
Gets the "backup-directory" property.
|
String |
getJavaClass()
Gets the "java-class" property.
|
LocalBackendCfgDefn.WritabilityMode |
getWritabilityMode()
Gets the "writability-mode" property.
|
void |
removeBackupChangeListener(ConfigurationChangeListener<BackupBackendCfg> listener)
Deregister an existing Backup Backend configuration change listener.
|
addLocalChangeListener, removeLocalChangeListener
addChangeListener, getBackendId, isEnabled, removeChangeListener
dn, name
Class<? extends BackupBackendCfg> configurationClass()
configurationClass
in interface BackendCfg
configurationClass
in interface Configuration
configurationClass
in interface LocalBackendCfg
void addBackupChangeListener(ConfigurationChangeListener<BackupBackendCfg> listener)
listener
- The Backup Backend configuration change listener.void removeBackupChangeListener(ConfigurationChangeListener<BackupBackendCfg> listener)
listener
- The Backup Backend configuration change listener.SortedSet<String> getBackupDirectory()
Specifies the path to a backup directory containing one or more backups for a particular backend.
This is a multivalued property. Each value may specify a different backup directory if desired (one for each backend for which backups are taken). Values may be either absolute paths or paths that are relative to the base of the OpenDJ directory server installation.
String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the backend implementation.
getJavaClass
in interface BackendCfg
LocalBackendCfgDefn.WritabilityMode getWritabilityMode()
Specifies the behavior that the backend should use when processing write operations.
getWritabilityMode
in interface LocalBackendCfg
Copyright 2010-2018 ForgeRock AS.