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