|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EntryCacheCfgClient
A client-side interface for reading and modifying 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 | |
---|---|
ManagedObjectDefinition<? extends EntryCacheCfgClient,? extends EntryCacheCfg> |
definition()
Get the configuration definition associated with this Entry Cache. |
java.lang.Integer |
getCacheLevel()
Gets the "cache-level" property. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
java.lang.Boolean |
isEnabled()
Gets the "enabled" property. |
void |
setCacheLevel(int value)
Sets the "cache-level" property. |
void |
setEnabled(boolean value)
Sets the "enabled" property. |
void |
setJavaClass(java.lang.String value)
Sets the "java-class" property. |
Methods inherited from interface org.opends.server.admin.ConfigurationClient |
---|
commit, properties |
Method Detail |
---|
ManagedObjectDefinition<? extends EntryCacheCfgClient,? extends EntryCacheCfg> definition()
definition
in interface ConfigurationClient
java.lang.Integer getCacheLevel()
Specifies the cache level in the cache order if more than one instance of the cache is configured.
void setCacheLevel(int value) throws IllegalPropertyValueException
Specifies the cache level in the cache order if more than one instance of the cache is configured.
value
- The value of the "cache-level" property.
IllegalPropertyValueException
- If the new value is invalid.java.lang.Boolean isEnabled()
Indicates whether the Entry Cache is enabled.
void setEnabled(boolean value) throws IllegalPropertyValueException
Indicates whether the Entry Cache is enabled.
value
- The value of the "enabled" property.
IllegalPropertyValueException
- If the new value is invalid.java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Entry Cache implementation.
void setJavaClass(java.lang.String value) throws IllegalPropertyValueException
Specifies the fully-qualified name of the Java class that provides the Entry Cache implementation.
value
- The value of the "java-class" property.
IllegalPropertyValueException
- If the new value is invalid.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |