|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EntryCacheCfg
A server-side interface for querying Entry Cache settings.
Entry Caches are responsible for caching entries which are likely to be accessed by client applications in order to improve Directory Server performance.
Method Summary | |
---|---|
void |
addChangeListener(ConfigurationChangeListener<EntryCacheCfg> listener)
Register to be notified when this Entry Cache is changed. |
java.lang.Class<? extends EntryCacheCfg> |
configurationClass()
Gets the configuration class associated with this Entry Cache. |
int |
getCacheLevel()
Gets the "cache-level" property. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
boolean |
isEnabled()
Gets the "enabled" property. |
void |
removeChangeListener(ConfigurationChangeListener<EntryCacheCfg> listener)
Deregister an existing Entry Cache configuration change listener. |
Methods inherited from interface org.opends.server.admin.Configuration |
---|
dn |
Method Detail |
---|
java.lang.Class<? extends EntryCacheCfg> configurationClass()
configurationClass
in interface Configuration
void addChangeListener(ConfigurationChangeListener<EntryCacheCfg> listener)
listener
- The Entry Cache configuration change listener.void removeChangeListener(ConfigurationChangeListener<EntryCacheCfg> listener)
listener
- The Entry Cache configuration change listener.int getCacheLevel()
Specifies the cache level in the cache order if more than one instance of the cache is configured.
boolean isEnabled()
Indicates whether the Entry Cache is enabled.
java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Entry Cache implementation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |