org.opennms.netmgt.threshd
Class ThresholdEvaluatorRearmingAbsoluteChange
java.lang.Object
org.opennms.netmgt.threshd.ThresholdEvaluatorRearmingAbsoluteChange
- All Implemented Interfaces:
- ThresholdEvaluator
public class ThresholdEvaluatorRearmingAbsoluteChange
- extends Object
- implements ThresholdEvaluator
This works similar to absoluteChange; however, the trigger value
is used to re-arm the event after so many iterations with an unchanged delta.
- Author:
- bdymek
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThresholdEvaluatorRearmingAbsoluteChange
public ThresholdEvaluatorRearmingAbsoluteChange()
getThresholdEvaluatorState
public ThresholdEvaluatorState getThresholdEvaluatorState(BaseThresholdDefConfigWrapper threshold)
- Specified by:
getThresholdEvaluatorState in interface ThresholdEvaluator
supportsType
public boolean supportsType(String type)
- Specified by:
supportsType in interface ThresholdEvaluator
Copyright © 2009. All Rights Reserved.