Uses of Class
org.forgerock.opendj.server.config.meta.JeBackendCfgDefn.DbDurability
-
Packages that use JeBackendCfgDefn.DbDurability 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. -
-
Uses of JeBackendCfgDefn.DbDurability in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type JeBackendCfgDefn.DbDurability Modifier and Type Method Description ValueOrExpression<JeBackendCfgDefn.DbDurability>
JeBackendCfgClient. getDbDurability()
Gets the "db-durability" property.Method parameters in org.forgerock.opendj.server.config.client with type arguments of type JeBackendCfgDefn.DbDurability Modifier and Type Method Description void
JeBackendCfgClient. setDbDurability(ValueOrExpression<JeBackendCfgDefn.DbDurability> value)
Sets the "db-durability" property. -
Uses of JeBackendCfgDefn.DbDurability in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return JeBackendCfgDefn.DbDurability Modifier and Type Method Description static JeBackendCfgDefn.DbDurability
JeBackendCfgDefn.DbDurability. valueOf(String name)
Returns the enum constant of this type with the specified name.static JeBackendCfgDefn.DbDurability[]
JeBackendCfgDefn.DbDurability. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type JeBackendCfgDefn.DbDurability Modifier and Type Method Description EnumPropertyDefinition<JeBackendCfgDefn.DbDurability>
JeBackendCfgDefn. getDbDurabilityPropertyDefinition()
Get the "db-durability" property definition. -
Uses of JeBackendCfgDefn.DbDurability in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return JeBackendCfgDefn.DbDurability Modifier and Type Method Description JeBackendCfgDefn.DbDurability
JeBackendCfg. getDbDurability()
Gets the "db-durability" property.
-