Uses of Interface
org.forgerock.opendj.server.config.server.MemoryBackendCfg
-
Packages that use MemoryBackendCfg 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 MemoryBackendCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type MemoryBackendCfg Modifier and Type Method Description ManagedObjectDefinition<? extends MemoryBackendCfgClient,? extends MemoryBackendCfg>
MemoryBackendCfgClient. definition()
Get the configuration definition associated with this Memory Backend. -
Uses of MemoryBackendCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return MemoryBackendCfg Modifier and Type Method Description MemoryBackendCfg
MemoryBackendCfgDefn. createServerConfiguration(ServerManagedObject<? extends MemoryBackendCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type MemoryBackendCfg Modifier and Type Method Description Class<MemoryBackendCfg>
MemoryBackendCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type MemoryBackendCfg Modifier and Type Method Description MemoryBackendCfg
MemoryBackendCfgDefn. createServerConfiguration(ServerManagedObject<? extends MemoryBackendCfg> impl)
-
Uses of MemoryBackendCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type MemoryBackendCfg Modifier and Type Method Description Class<? extends MemoryBackendCfg>
MemoryBackendCfg. configurationClass()
Gets the configuration class associated with this Memory Backend.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type MemoryBackendCfg Modifier and Type Method Description void
MemoryBackendCfg. addMemoryChangeListener(ConfigurationChangeListener<MemoryBackendCfg> listener)
Register to be notified when this Memory Backend is changed.void
MemoryBackendCfg. removeMemoryChangeListener(ConfigurationChangeListener<MemoryBackendCfg> listener)
Deregister an existing Memory Backend configuration change listener. -
Uses of MemoryBackendCfg in org.opends.server.backends
Methods in org.opends.server.backends with parameters of type MemoryBackendCfg Modifier and Type Method Description void
MemoryBackend. configureBackend(MemoryBackendCfg config, ServerContext serverContext)
-