@Deprecated public class LFUConfiguration extends EvictionPolicyConfigBase implements ModernizableConfig
LFUPolicy.
If configured via XML, expects the following:
10 20
log| Constructor and Description |
|---|
LFUConfiguration()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
LFUConfiguration |
clone()
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
int |
getMinNodes()
Deprecated.
|
int |
hashCode()
Deprecated.
|
EvictionAlgorithmConfig |
modernizeConfig()
Deprecated.
|
protected void |
setEvictionPolicyClassName()
Deprecated.
This method should be overridden by subclass implementers to set the default
policy class name for the subclass. |
void |
setMinNodes(int minNodes)
Deprecated.
|
String |
toString()
Deprecated.
|
getEvictionPolicyClass, getMaxNodes, getMinTimeToLiveSeconds, reset, setEvictionPolicyClass, setMaxNodes, setMinTimeToLiveSeconds, validateaddChildConfig, addChildConfigs, passCacheToChildConfig, removeChildConfig, removeChildConfigs, replaceChildConfig, replaceChildConfigs, setCache, testImmutabilityprotected void setEvictionPolicyClassName()
EvictionPolicyConfigBasepolicy class name for the subclass.
This will be called when the implementation is constructed, but is also
called in EvictionPolicyConfigBase.reset().setEvictionPolicyClassName in class EvictionPolicyConfigBasepublic int getMinNodes()
public void setMinNodes(int minNodes)
public EvictionAlgorithmConfig modernizeConfig()
modernizeConfig in interface ModernizableConfigpublic boolean equals(Object obj)
equals in class EvictionPolicyConfigBasepublic int hashCode()
hashCode in class EvictionPolicyConfigBasepublic LFUConfiguration clone() throws CloneNotSupportedException
clone in interface CloneableConfigurationComponentclone in class ConfigurationComponentCloneNotSupportedExceptionCopyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.