Uses of Interface
org.opennms.netmgt.threshd.ThresholdEvaluatorState
-
Packages that use ThresholdEvaluatorState Package Description org.opennms.netmgt.threshd -
-
Uses of ThresholdEvaluatorState in org.opennms.netmgt.threshd
Classes in org.opennms.netmgt.threshd that implement ThresholdEvaluatorState Modifier and Type Class Description class
AbstractThresholdEvaluatorState<T extends org.opennms.netmgt.threshd.AbstractThresholdEvaluatorState.AbstractState>
Abstract AbstractThresholdEvaluatorState class.static class
ThresholdEvaluatorAbsoluteChange.ThresholdEvaluatorStateAbsoluteChange
static class
ThresholdEvaluatorHighLow.ThresholdEvaluatorStateHighLow
static class
ThresholdEvaluatorRearmingAbsoluteChange.ThresholdEvaluatorStateRearmingAbsoluteChange
static class
ThresholdEvaluatorRelativeChange.ThresholdEvaluatorStateRelativeChange
Methods in org.opennms.netmgt.threshd that return ThresholdEvaluatorState Modifier and Type Method Description ThresholdEvaluatorState
ThresholdEvaluatorAbsoluteChange.ThresholdEvaluatorStateAbsoluteChange. getCleanClone()
ThresholdEvaluatorState
ThresholdEvaluatorHighLow.ThresholdEvaluatorStateHighLow. getCleanClone()
ThresholdEvaluatorState
ThresholdEvaluatorRearmingAbsoluteChange.ThresholdEvaluatorStateRearmingAbsoluteChange. getCleanClone()
ThresholdEvaluatorState
ThresholdEvaluatorRelativeChange.ThresholdEvaluatorStateRelativeChange. getCleanClone()
ThresholdEvaluatorState
ThresholdEvaluatorState. getCleanClone()
Returns a "clean" (armed, non-triggered) clone of this objectThresholdEvaluatorState
ThresholdEvaluator. getThresholdEvaluatorState(BaseThresholdDefConfigWrapper threshold, ThresholdingSession thresholdingSession)
getThresholdEvaluatorStateThresholdEvaluatorState
ThresholdEvaluatorAbsoluteChange. getThresholdEvaluatorState(BaseThresholdDefConfigWrapper threshold, ThresholdingSession thresholdingSession)
getThresholdEvaluatorStateThresholdEvaluatorState
ThresholdEvaluatorHighLow. getThresholdEvaluatorState(BaseThresholdDefConfigWrapper threshold, ThresholdingSession thresholdingSession)
getThresholdEvaluatorStateThresholdEvaluatorState
ThresholdEvaluatorRearmingAbsoluteChange. getThresholdEvaluatorState(BaseThresholdDefConfigWrapper threshold, ThresholdingSession thresholdingSession)
getThresholdEvaluatorStateThresholdEvaluatorState
ThresholdEvaluatorRelativeChange. getThresholdEvaluatorState(BaseThresholdDefConfigWrapper threshold, ThresholdingSession thresholdingSession)
getThresholdEvaluatorStateMethods in org.opennms.netmgt.threshd that return types with arguments of type ThresholdEvaluatorState Modifier and Type Method Description java.util.List<ThresholdEvaluatorState>
ThresholdEntity. getThresholdEvaluatorStates(java.lang.String instance)
Returns the evaluator states *for the given instance.
-