Uses of Interface
org.forgerock.opendj.server.config.server.EntryCacheCfg
-
Packages that use EntryCacheCfg 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 EntryCacheCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type EntryCacheCfg Modifier and Type Method Description ManagedObjectDefinition<? extends EntryCacheCfgClient,? extends EntryCacheCfg>EntryCacheCfgClient. definition()Get the configuration definition associated with this Entry Cache.Method parameters in org.forgerock.opendj.server.config.client with type arguments of type EntryCacheCfg 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. -
Uses of EntryCacheCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return EntryCacheCfg Modifier and Type Method Description EntryCacheCfgEntryCacheCfgDefn. createServerConfiguration(ServerManagedObject<? extends EntryCacheCfg> 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 EntryCacheCfg Modifier and Type Method Description InstantiableRelationDefinition<EntryCacheCfgClient,EntryCacheCfg>RootCfgDefn. getEntryCachesRelationDefinition()Get the "entry-caches" relation definition.Class<EntryCacheCfg>EntryCacheCfgDefn. 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 EntryCacheCfg Modifier and Type Method Description EntryCacheCfgEntryCacheCfgDefn. createServerConfiguration(ServerManagedObject<? extends EntryCacheCfg> impl)Creates a server configuration view of the provided server managed object. -
Uses of EntryCacheCfg in org.forgerock.opendj.server.config.server
Subinterfaces of EntryCacheCfg in org.forgerock.opendj.server.config.server Modifier and Type Interface Description interfaceFIFOEntryCacheCfgA server-side interface for querying FIFO Entry Cache settings.interfaceSoftReferenceEntryCacheCfgA server-side interface for querying Soft Reference Entry Cache settings.Methods in org.forgerock.opendj.server.config.server that return EntryCacheCfg Modifier and Type Method Description EntryCacheCfgRootCfg. getEntryCache(String name)Gets the named Entry Cache.Methods in org.forgerock.opendj.server.config.server that return types with arguments of type EntryCacheCfg Modifier and Type Method Description Class<? extends EntryCacheCfg>EntryCacheCfg. configurationClass()Gets the configuration class associated with this Entry Cache.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type EntryCacheCfg Modifier and Type Method Description voidEntryCacheCfg. addChangeListener(ConfigurationChangeListener<EntryCacheCfg> listener)Register to be notified when this Entry Cache is changed.voidRootCfg. addEntryCacheAddListener(ConfigurationAddListener<EntryCacheCfg> listener)Registers to be notified when new Entry Caches are added.voidRootCfg. addEntryCacheDeleteListener(ConfigurationDeleteListener<EntryCacheCfg> listener)Registers to be notified when existing Entry Caches are deleted.voidEntryCacheCfg. removeChangeListener(ConfigurationChangeListener<EntryCacheCfg> listener)Deregister an existing Entry Cache configuration change listener.voidRootCfg. removeEntryCacheAddListener(ConfigurationAddListener<EntryCacheCfg> listener)Deregisters an existing Entry Cache configuration add listener.voidRootCfg. removeEntryCacheDeleteListener(ConfigurationDeleteListener<EntryCacheCfg> listener)Deregisters an existing Entry Cache configuration delete listener.
-