Package org.eclipse.net4j.util.cache
Klasse HysteresisConditionPolicy
java.lang.Object
org.eclipse.net4j.util.cache.ThresholdConditionPolicy
org.eclipse.net4j.util.cache.HysteresisConditionPolicy
- Alle implementierten Schnittstellen:
ICacheMonitor.ConditionPolicy
- Autor:
- Eike Stepper
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungHysteresisConditionPolicy
(long thresholdYellowRed, long thresholdRedYellow, long thresholdGreenYellow, long thresholdYellowGreen) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected ICacheMonitor.Condition
getNewCondition
(ICacheMonitor.Condition oldCondition, long freeMemory) long
long
Von Klasse geerbte Methoden org.eclipse.net4j.util.cache.ThresholdConditionPolicy
getNewCondition, getThresholdRedYellow, getThresholdYellowGreen
-
Konstruktordetails
-
HysteresisConditionPolicy
public HysteresisConditionPolicy(long thresholdYellowRed, long thresholdRedYellow, long thresholdGreenYellow, long thresholdYellowGreen)
-
-
Methodendetails
-
getThresholdYellowRed
public long getThresholdYellowRed() -
getThresholdGreenYellow
public long getThresholdGreenYellow() -
getNewCondition
protected ICacheMonitor.Condition getNewCondition(ICacheMonitor.Condition oldCondition, long freeMemory) - Setzt außer Kraft:
getNewCondition
in KlasseThresholdConditionPolicy
-