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 BackendVLVIndexCfgBackendVLVIndexCfgDefn. createServerConfiguration(ServerManagedObject<? extends BackendVLVIndexCfg> impl)Creates a server configuration view of the provided server managed object.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>PDBBackendCfgDefn. getBackendVLVIndexesRelationDefinition()Get the "backend-vlv-indexes" relation definition.InstantiableRelationDefinition<BackendVLVIndexCfgClient,BackendVLVIndexCfg>PluggableBackendCfgDefn. getBackendVLVIndexesRelationDefinition()Get the "backend-vlv-indexes" relation definition.Class<BackendVLVIndexCfg>BackendVLVIndexCfgDefn. getServerConfigurationClass()Gets the server configuration class instance associated with this managed object definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type BackendVLVIndexCfg Modifier and Type Method Description BackendVLVIndexCfgBackendVLVIndexCfgDefn. createServerConfiguration(ServerManagedObject<? extends BackendVLVIndexCfg> impl)Creates a server configuration view of the provided server managed object. -
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 BackendVLVIndexCfgPluggableBackendCfg. 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 voidPluggableBackendCfg. addBackendVLVIndexAddListener(ConfigurationAddListener<BackendVLVIndexCfg> listener)Registers to be notified when new Backend VLV Indexes are added.voidPluggableBackendCfg. addBackendVLVIndexDeleteListener(ConfigurationDeleteListener<BackendVLVIndexCfg> listener)Registers to be notified when existing Backend VLV Indexes are deleted.voidBackendVLVIndexCfg. addChangeListener(ConfigurationChangeListener<BackendVLVIndexCfg> listener)Register to be notified when this Backend VLV Index is changed.voidPluggableBackendCfg. removeBackendVLVIndexAddListener(ConfigurationAddListener<BackendVLVIndexCfg> listener)Deregisters an existing Backend VLV Index configuration add listener.voidPluggableBackendCfg. removeBackendVLVIndexDeleteListener(ConfigurationDeleteListener<BackendVLVIndexCfg> listener)Deregisters an existing Backend VLV Index configuration delete listener.voidBackendVLVIndexCfg. removeChangeListener(ConfigurationChangeListener<BackendVLVIndexCfg> listener)Deregister an existing Backend VLV Index configuration change listener.
-