Uses of Interface
org.forgerock.opendj.server.config.client.EntryCacheCfgClient
-
Packages that use EntryCacheCfgClient 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 EntryCacheCfgClient in org.forgerock.opendj.server.config.client
Subinterfaces of EntryCacheCfgClient in org.forgerock.opendj.server.config.client Modifier and Type Interface Description interface
FifoEntryCacheCfgClient
A client-side interface for reading and modifying FIFO Entry Cache settings.interface
SoftReferenceEntryCacheCfgClient
A client-side interface for reading and modifying Soft Reference Entry Cache settings.Methods in org.forgerock.opendj.server.config.client with type parameters of type EntryCacheCfgClient Modifier and Type Method Description <C extends EntryCacheCfgClient>
CRootCfgClient. createEntryCache(ManagedObjectDefinition<C,? extends EntryCacheCfg> d, String name, Collection<PropertyException> exceptions)
Creates a new Entry Cache.Methods in org.forgerock.opendj.server.config.client that return EntryCacheCfgClient Modifier and Type Method Description EntryCacheCfgClient
RootCfgClient. getEntryCache(String name)
Gets the named Entry Cache.Methods in org.forgerock.opendj.server.config.client that return types with arguments of type EntryCacheCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends EntryCacheCfgClient,? extends EntryCacheCfg>
EntryCacheCfgClient. definition()
Get the configuration definition associated with this Entry Cache. -
Uses of EntryCacheCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return EntryCacheCfgClient Modifier and Type Method Description EntryCacheCfgClient
EntryCacheCfgDefn. createClientConfiguration(ManagedObject<? extends EntryCacheCfgClient> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type EntryCacheCfgClient Modifier and Type Method Description InstantiableRelationDefinition<EntryCacheCfgClient,EntryCacheCfg>
RootCfgDefn. getEntryCachesRelationDefinition()
Get the "entry-caches" relation definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type EntryCacheCfgClient Modifier and Type Method Description EntryCacheCfgClient
EntryCacheCfgDefn. createClientConfiguration(ManagedObject<? extends EntryCacheCfgClient> impl)
-