|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.net4j.util.cache.ThresholdConditionPolicy
org.eclipse.net4j.util.cache.HysteresisConditionPolicy
public class HysteresisConditionPolicy
Constructor Summary | |
---|---|
HysteresisConditionPolicy(long thresholdYellowRed,
long thresholdRedYellow,
long thresholdGreenYellow,
long thresholdYellowGreen)
|
Method Summary | |
---|---|
protected ICacheMonitor.Condition |
getNewCondition(ICacheMonitor.Condition oldCondition,
long freeMemory)
|
long |
getThresholdGreenYellow()
|
long |
getThresholdYellowRed()
|
Methods inherited from class org.eclipse.net4j.util.cache.ThresholdConditionPolicy |
---|
getNewCondition, getThresholdRedYellow, getThresholdYellowGreen |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HysteresisConditionPolicy(long thresholdYellowRed, long thresholdRedYellow, long thresholdGreenYellow, long thresholdYellowGreen)
Method Detail |
---|
public long getThresholdYellowRed()
public long getThresholdGreenYellow()
protected ICacheMonitor.Condition getNewCondition(ICacheMonitor.Condition oldCondition, long freeMemory)
getNewCondition
in class ThresholdConditionPolicy
|
Copyright (c) 2004 - 2008 Eike Stepper, Germany. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |