Uses of Class
org.forgerock.opendj.server.config.meta.LocalBackendCfgDefn.WritabilityMode
-
Packages that use LocalBackendCfgDefn.WritabilityMode Package Description org.forgerock.opendj.server.config.client Provides client-side interfaces for querying and managing the Core directory server administrative components.org.forgerock.opendj.server.config.meta Provides introspection interfaces for the Core directory server administrative components.org.forgerock.opendj.server.config.server Provides server-side interfaces for accessing the Core directory server administrative components.org.opends.server.backends Contains various Directory Server backend implementations. -
-
Uses of LocalBackendCfgDefn.WritabilityMode in org.forgerock.opendj.server.config.client
Method parameters in org.forgerock.opendj.server.config.client with type arguments of type LocalBackendCfgDefn.WritabilityMode Modifier and Type Method Description void
LdifBackendCfgClient. setWritabilityMode(ValueOrExpression<LocalBackendCfgDefn.WritabilityMode> value)
Sets the "writability-mode" property.void
LocalBackendCfgClient. setWritabilityMode(ValueOrExpression<LocalBackendCfgDefn.WritabilityMode> value)
Sets the "writability-mode" property.void
MemoryBackendCfgClient. setWritabilityMode(ValueOrExpression<LocalBackendCfgDefn.WritabilityMode> value)
Sets the "writability-mode" property.void
MonitorBackendCfgClient. setWritabilityMode(ValueOrExpression<LocalBackendCfgDefn.WritabilityMode> value)
Sets the "writability-mode" property.void
NullBackendCfgClient. setWritabilityMode(ValueOrExpression<LocalBackendCfgDefn.WritabilityMode> value)
Sets the "writability-mode" property.void
PluggableBackendCfgClient. setWritabilityMode(ValueOrExpression<LocalBackendCfgDefn.WritabilityMode> value)
Sets the "writability-mode" property.void
SchemaBackendCfgClient. setWritabilityMode(ValueOrExpression<LocalBackendCfgDefn.WritabilityMode> value)
Sets the "writability-mode" property.void
TaskBackendCfgClient. setWritabilityMode(ValueOrExpression<LocalBackendCfgDefn.WritabilityMode> value)
Sets the "writability-mode" property. -
Uses of LocalBackendCfgDefn.WritabilityMode in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return LocalBackendCfgDefn.WritabilityMode Modifier and Type Method Description static LocalBackendCfgDefn.WritabilityMode
LocalBackendCfgDefn.WritabilityMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static LocalBackendCfgDefn.WritabilityMode[]
LocalBackendCfgDefn.WritabilityMode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LocalBackendCfgDefn.WritabilityMode in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return LocalBackendCfgDefn.WritabilityMode Modifier and Type Method Description LocalBackendCfgDefn.WritabilityMode
LdifBackendCfg. getWritabilityMode()
Gets the "writability-mode" property.LocalBackendCfgDefn.WritabilityMode
LocalBackendCfg. getWritabilityMode()
Gets the "writability-mode" property.LocalBackendCfgDefn.WritabilityMode
MemoryBackendCfg. getWritabilityMode()
Gets the "writability-mode" property.LocalBackendCfgDefn.WritabilityMode
MonitorBackendCfg. getWritabilityMode()
Gets the "writability-mode" property.LocalBackendCfgDefn.WritabilityMode
NullBackendCfg. getWritabilityMode()
Gets the "writability-mode" property.LocalBackendCfgDefn.WritabilityMode
PluggableBackendCfg. getWritabilityMode()
Gets the "writability-mode" property.LocalBackendCfgDefn.WritabilityMode
SchemaBackendCfg. getWritabilityMode()
Gets the "writability-mode" property.LocalBackendCfgDefn.WritabilityMode
TaskBackendCfg. getWritabilityMode()
Gets the "writability-mode" property. -
Uses of LocalBackendCfgDefn.WritabilityMode in org.opends.server.backends
Methods in org.opends.server.backends that return LocalBackendCfgDefn.WritabilityMode Modifier and Type Method Description LocalBackendCfgDefn.WritabilityMode
ConfigurationBackend.ConfigurationBackendCfg. getWritabilityMode()
-