public interface BackupBackendCfgClient extends LocalBackendCfgClient
The Backup Backend provides read-only access to the set of backups that are available for OpenDJ.
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectDefinition<? extends BackupBackendCfgClient,? extends BackupBackendCfg> |
definition()
Get the configuration definition 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 |
setBackupDirectory(Collection<String> values)
Sets the "backup-directory" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
void |
setWritabilityMode(LocalBackendCfgDefn.WritabilityMode value)
Sets the "writability-mode" property.
|
getBackendId, getBaseDN, isEnabled, setBackendId, setBaseDN, setEnabledcommit, propertiesManagedObjectDefinition<? extends BackupBackendCfgClient,? extends BackupBackendCfg> definition()
definition in interface BackendCfgClientdefinition in interface ConfigurationClientdefinition in interface LocalBackendCfgClientSortedSet<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.
void setBackupDirectory(Collection<String> values) throws PropertyException
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.
values - The values of the "backup-directory" property.PropertyException - If one or more of the new values are invalid.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the backend implementation.
getJavaClass in interface BackendCfgClientgetJavaClass in interface LocalBackendCfgClientvoid setJavaClass(String value) throws PropertyException
Specifies the fully-qualified name of the Java class that provides the backend implementation.
setJavaClass in interface BackendCfgClientsetJavaClass in interface LocalBackendCfgClientvalue - The value of the "java-class" property.PropertyException - If the new value is invalid.LocalBackendCfgDefn.WritabilityMode getWritabilityMode()
Specifies the behavior that the backend should use when processing write operations.
getWritabilityMode in interface LocalBackendCfgClientvoid setWritabilityMode(LocalBackendCfgDefn.WritabilityMode value) throws PropertyException
Specifies the behavior that the backend should use when processing write operations.
setWritabilityMode in interface LocalBackendCfgClientvalue - The value of the "writability-mode" property.PropertyException - If the new value is invalid.Copyright © 2017-2020 Wren Security. All Rights Reserved.