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