Uses of Interface
org.forgerock.opendj.server.config.client.BackendVlvIndexCfgClient
-
Packages that use BackendVlvIndexCfgClient 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. -
-
Uses of BackendVlvIndexCfgClient in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client with type parameters of type BackendVlvIndexCfgClient 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.Methods in org.forgerock.opendj.server.config.client that return BackendVlvIndexCfgClient Modifier and Type Method Description BackendVlvIndexCfgClient
PluggableBackendCfgClient. getBackendVlvIndex(String name)
Gets the named Backend Vlv Index.Methods in org.forgerock.opendj.server.config.client that return types with arguments of type BackendVlvIndexCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends BackendVlvIndexCfgClient,? extends BackendVlvIndexCfg>
BackendVlvIndexCfgClient. definition()
Get the configuration definition associated with this Backend VLV Index. -
Uses of BackendVlvIndexCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return BackendVlvIndexCfgClient Modifier and Type Method Description BackendVlvIndexCfgClient
BackendVlvIndexCfgDefn. createClientConfiguration(ManagedObject<? extends BackendVlvIndexCfgClient> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type BackendVlvIndexCfgClient 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.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type BackendVlvIndexCfgClient Modifier and Type Method Description BackendVlvIndexCfgClient
BackendVlvIndexCfgDefn. createClientConfiguration(ManagedObject<? extends BackendVlvIndexCfgClient> impl)
-