|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.cache.config.ConfigurationComponent
org.jboss.cache.eviction.EvictionPolicyConfigBase
org.jboss.cache.eviction.LFUConfiguration
LFUAlgorithmConfig
@Deprecated public class LFUConfiguration
Configuration implementation for LFUPolicy
.
10 20
Field Summary |
---|
Fields inherited from class org.jboss.cache.config.ConfigurationComponent |
---|
log |
Constructor Summary | |
---|---|
LFUConfiguration()
Deprecated. |
Method Summary | |
---|---|
LFUConfiguration |
clone()
Deprecated. |
boolean |
equals(java.lang.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. |
java.lang.String |
toString()
Deprecated. |
Methods inherited from class org.jboss.cache.eviction.EvictionPolicyConfigBase |
---|
getEvictionPolicyClass, getMaxNodes, getMinTimeToLiveSeconds, reset, setEvictionPolicyClass, setMaxNodes, setMinTimeToLiveSeconds, validate |
Methods inherited from class org.jboss.cache.config.ConfigurationComponent |
---|
addChildConfig, addChildConfigs, passCacheToChildConfig, removeChildConfig, removeChildConfigs, replaceChildConfig, replaceChildConfigs, setCache, testImmutability |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LFUConfiguration()
Method Detail |
---|
protected void setEvictionPolicyClassName()
EvictionPolicyConfigBase
policy class name
for the subclass.
This will be called when the implementation is constructed, but is also
called in EvictionPolicyConfigBase.reset()
.
setEvictionPolicyClassName
in class EvictionPolicyConfigBase
public int getMinNodes()
public void setMinNodes(int minNodes)
public EvictionAlgorithmConfig modernizeConfig()
modernizeConfig
in interface ModernizableConfig
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class EvictionPolicyConfigBase
public int hashCode()
hashCode
in class EvictionPolicyConfigBase
public LFUConfiguration clone() throws java.lang.CloneNotSupportedException
clone
in interface CloneableConfigurationComponent
clone
in class ConfigurationComponent
java.lang.CloneNotSupportedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |