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.org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.extensions Contains various implementations of Directory Server APIs that are not appropriate for other packages. -
-
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 EntryCacheCfg
EntryCacheCfgDefn. createServerConfiguration(ServerManagedObject<? extends EntryCacheCfg> impl)
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()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type EntryCacheCfg Modifier and Type Method Description EntryCacheCfg
EntryCacheCfgDefn. createServerConfiguration(ServerManagedObject<? extends EntryCacheCfg> impl)
-
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 interface
FifoEntryCacheCfg
A server-side interface for querying FIFO Entry Cache settings.interface
SoftReferenceEntryCacheCfg
A 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 EntryCacheCfg
RootCfg. 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 void
EntryCacheCfg. addChangeListener(ConfigurationChangeListener<EntryCacheCfg> listener)
Register to be notified when this Entry Cache is changed.void
RootCfg. addEntryCacheAddListener(ConfigurationAddListener<EntryCacheCfg> listener)
Registers to be notified when new Entry Caches are added.void
RootCfg. addEntryCacheDeleteListener(ConfigurationDeleteListener<EntryCacheCfg> listener)
Registers to be notified when existing Entry Caches are deleted.void
EntryCacheCfg. removeChangeListener(ConfigurationChangeListener<EntryCacheCfg> listener)
Deregister an existing Entry Cache configuration change listener.void
RootCfg. removeEntryCacheAddListener(ConfigurationAddListener<EntryCacheCfg> listener)
Deregisters an existing Entry Cache configuration add listener.void
RootCfg. removeEntryCacheDeleteListener(ConfigurationDeleteListener<EntryCacheCfg> listener)
Deregisters an existing Entry Cache configuration delete listener. -
Uses of EntryCacheCfg in org.opends.server.api
Classes in org.opends.server.api with type parameters of type EntryCacheCfg Modifier and Type Class Description class
EntryCache<T extends EntryCacheCfg>
This class defines the set of methods that must be implemented by a Directory Server entry cache. -
Uses of EntryCacheCfg in org.opends.server.core
Methods in org.opends.server.core with parameters of type EntryCacheCfg Modifier and Type Method Description ConfigChangeResult
EntryCacheConfigManager. applyConfigurationAdd(EntryCacheCfg cfg)
ConfigChangeResult
EntryCacheConfigManager. applyConfigurationChange(EntryCacheCfg cfg)
ConfigChangeResult
EntryCacheConfigManager. applyConfigurationDelete(EntryCacheCfg configuration)
boolean
EntryCacheConfigManager. isConfigurationAddAcceptable(EntryCacheCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
EntryCacheConfigManager. isConfigurationChangeAcceptable(EntryCacheCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
EntryCacheConfigManager. isConfigurationDeleteAcceptable(EntryCacheCfg configuration, List<LocalizableMessage> unacceptableReasons)
-
Uses of EntryCacheCfg in org.opends.server.extensions
Methods in org.opends.server.extensions with parameters of type EntryCacheCfg Modifier and Type Method Description ConfigChangeResult
DefaultEntryCache. applyConfigurationChange(EntryCacheCfg configuration)
boolean
DefaultEntryCache. isConfigurationChangeAcceptable(EntryCacheCfg configuration, List<LocalizableMessage> unacceptableReasons)
Method parameters in org.opends.server.extensions with type arguments of type EntryCacheCfg Modifier and Type Method Description static void
DefaultEntryCache. setCacheOrder(SortedMap<Integer,EntryCache<? extends EntryCacheCfg>> cacheOrderMap)
Sets the current cache order array.
-