Interface LocalBackendCfgClient
- All Superinterfaces:
BackendCfgClient
,ConfigurationClient
- All Known Subinterfaces:
JeBackendCfgClient
,LdifBackendCfgClient
,MemoryBackendCfgClient
,MonitorBackendCfgClient
,NullBackendCfgClient
,PluggableBackendCfgClient
,SchemaBackendCfgClient
,TaskBackendCfgClient
A client-side interface for reading and modifying Local Backend
settings.
Local Backends are responsible for providing access to the underlying data presented by the server.
-
Method Summary
Modifier and TypeMethodDescriptionManagedObjectDefinition<? extends LocalBackendCfgClient,
? extends LocalBackendCfg> Get the configuration definition associated with this Local Backend.Gets the "writability-mode" property.void
Sets the "writability-mode" property.Methods inherited from interface org.forgerock.opendj.server.config.client.BackendCfgClient
getBackendId, getJavaClass, isEnabled, setBackendId, setEnabled, setJavaClass
Methods inherited from interface org.forgerock.opendj.config.ConfigurationClient
commit, properties
-
Method Details
-
definition
ManagedObjectDefinition<? extends LocalBackendCfgClient,? extends LocalBackendCfg> definition()Get the configuration definition associated with this Local Backend.- Specified by:
definition
in interfaceBackendCfgClient
- Specified by:
definition
in interfaceConfigurationClient
- Returns:
- Returns the configuration definition associated with this Local Backend.
-
getWritabilityMode
Gets the "writability-mode" property.Specifies the behavior that the backend should use when processing write operations.
- Returns:
- Returns the value of the "writability-mode" property.
-
setWritabilityMode
@MandatoryProperty void setWritabilityMode(ValueOrExpression<LocalBackendCfgDefn.WritabilityMode> value) throws PropertyException Sets the "writability-mode" property.Specifies the behavior that the backend should use when processing write operations.
- Parameters:
value
- The value of the "writability-mode" property.- Throws:
PropertyException
- If the new value is invalid.
-