Class HysteresisConditionPolicy

java.lang.Object
org.eclipse.net4j.util.cache.ThresholdConditionPolicy
org.eclipse.net4j.util.cache.HysteresisConditionPolicy
All Implemented Interfaces:
ICacheMonitor.ConditionPolicy

public class HysteresisConditionPolicy extends ThresholdConditionPolicy
Author:
Eike Stepper
  • Constructor Details

    • HysteresisConditionPolicy

      public HysteresisConditionPolicy(long thresholdYellowRed, long thresholdRedYellow, long thresholdGreenYellow, long thresholdYellowGreen)
  • Method Details