Uses of Interface
org.forgerock.opendj.server.config.server.BackendIndexCfg
-
Packages that use BackendIndexCfg 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 BackendIndexCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type BackendIndexCfg Modifier and Type Method Description ManagedObjectDefinition<? extends BackendIndexCfgClient,? extends BackendIndexCfg>
BackendIndexCfgClient. definition()
Get the configuration definition associated with this Backend Index.Method parameters in org.forgerock.opendj.server.config.client with type arguments of type BackendIndexCfg Modifier and Type Method Description <C extends BackendIndexCfgClient>
CPluggableBackendCfgClient. createBackendIndex(ManagedObjectDefinition<C,? extends BackendIndexCfg> d, String name, Collection<PropertyException> exceptions)
Creates a new Backend Index. -
Uses of BackendIndexCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return BackendIndexCfg Modifier and Type Method Description BackendIndexCfg
BackendIndexCfgDefn. createServerConfiguration(ServerManagedObject<? extends BackendIndexCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type BackendIndexCfg Modifier and Type Method Description InstantiableRelationDefinition<BackendIndexCfgClient,BackendIndexCfg>
JeBackendCfgDefn. getBackendIndexesRelationDefinition()
Get the "backend-indexes" relation definition.InstantiableRelationDefinition<BackendIndexCfgClient,BackendIndexCfg>
PluggableBackendCfgDefn. getBackendIndexesRelationDefinition()
Get the "backend-indexes" relation definition.Class<BackendIndexCfg>
BackendIndexCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type BackendIndexCfg Modifier and Type Method Description BackendIndexCfg
BackendIndexCfgDefn. createServerConfiguration(ServerManagedObject<? extends BackendIndexCfg> impl)
-
Uses of BackendIndexCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return BackendIndexCfg Modifier and Type Method Description BackendIndexCfg
PluggableBackendCfg. getBackendIndex(String name)
Gets the named Backend Index.Methods in org.forgerock.opendj.server.config.server that return types with arguments of type BackendIndexCfg Modifier and Type Method Description Class<? extends BackendIndexCfg>
BackendIndexCfg. configurationClass()
Gets the configuration class associated with this Backend Index.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type BackendIndexCfg Modifier and Type Method Description void
PluggableBackendCfg. addBackendIndexAddListener(ConfigurationAddListener<BackendIndexCfg> listener)
Registers to be notified when new Backend Indexes are added.void
PluggableBackendCfg. addBackendIndexDeleteListener(ConfigurationDeleteListener<BackendIndexCfg> listener)
Registers to be notified when existing Backend Indexes are deleted.void
BackendIndexCfg. addChangeListener(ConfigurationChangeListener<BackendIndexCfg> listener)
Register to be notified when this Backend Index is changed.void
PluggableBackendCfg. removeBackendIndexAddListener(ConfigurationAddListener<BackendIndexCfg> listener)
Deregisters an existing Backend Index configuration add listener.void
PluggableBackendCfg. removeBackendIndexDeleteListener(ConfigurationDeleteListener<BackendIndexCfg> listener)
Deregisters an existing Backend Index configuration delete listener.void
BackendIndexCfg. removeChangeListener(ConfigurationChangeListener<BackendIndexCfg> listener)
Deregister an existing Backend Index configuration change listener.
-