Uses of Class
org.opennms.netmgt.threshd.ThresholdEvaluatorState.Status
-
Packages that use ThresholdEvaluatorState.Status Package Description org.opennms.netmgt.threshd -
-
Uses of ThresholdEvaluatorState.Status in org.opennms.netmgt.threshd
Fields in org.opennms.netmgt.threshd declared as ThresholdEvaluatorState.Status Modifier and Type Field Description ThresholdEvaluatorState.Status
ThresholdEvaluatorState.ValueStatus. status
Methods in org.opennms.netmgt.threshd that return ThresholdEvaluatorState.Status Modifier and Type Method Description ThresholdEvaluatorState.Status
AbstractThresholdEvaluatorState. evaluate(double dsValue, java.lang.Long sequenceNumber)
ThresholdEvaluatorState.Status
AbstractThresholdEvaluatorState. evaluate(double dsValue, ThresholdEvaluatorState.ThresholdValues thresholdValues, java.lang.Long sequenceNumber)
default ThresholdEvaluatorState.Status
ThresholdEvaluatorState. evaluate(double dsValue)
evaluateThresholdEvaluatorState.Status
ThresholdEvaluatorState. evaluate(double dsValue, java.lang.Long sequenceNumber)
ThresholdEvaluatorState.Status
ThresholdEvaluatorState. evaluate(double dsValue, ThresholdEvaluatorState.ThresholdValues thresholdValues, java.lang.Long sequenceNumber)
protected abstract ThresholdEvaluatorState.Status
AbstractThresholdEvaluatorState. evaluateAfterFetch(double dsValue, ThresholdEvaluatorState.ThresholdValues thresholdValues)
ThresholdEvaluatorState.Status
ThresholdEvaluatorAbsoluteChange.ThresholdEvaluatorStateAbsoluteChange. evaluateAfterFetch(double dsValue, ThresholdEvaluatorState.ThresholdValues thresholdValues)
ThresholdEvaluatorState.Status
ThresholdEvaluatorHighLow.ThresholdEvaluatorStateHighLow. evaluateAfterFetch(double dsValue, ThresholdEvaluatorState.ThresholdValues thresholdValues)
ThresholdEvaluatorState.Status
ThresholdEvaluatorRearmingAbsoluteChange.ThresholdEvaluatorStateRearmingAbsoluteChange. evaluateAfterFetch(double dsValue, ThresholdEvaluatorState.ThresholdValues thresholdValues)
ThresholdEvaluatorState.Status
ThresholdEvaluatorRelativeChange.ThresholdEvaluatorStateRelativeChange. evaluateAfterFetch(double dsValue, ThresholdEvaluatorState.ThresholdValues thresholdValues)
static ThresholdEvaluatorState.Status
ThresholdEvaluatorState.Status. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ThresholdEvaluatorState.Status[]
ThresholdEvaluatorState.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opennms.netmgt.threshd with parameters of type ThresholdEvaluatorState.Status Modifier and Type Method Description Event
ThresholdEvaluatorAbsoluteChange.ThresholdEvaluatorStateAbsoluteChange. getEventForState(ThresholdEvaluatorState.Status status, java.util.Date date, double dsValue, ThresholdEvaluatorState.ThresholdValues thresholdValues, CollectionResourceWrapper resource)
Event
ThresholdEvaluatorHighLow.ThresholdEvaluatorStateHighLow. getEventForState(ThresholdEvaluatorState.Status status, java.util.Date date, double dsValue, ThresholdEvaluatorState.ThresholdValues thresholdValues, CollectionResourceWrapper resource)
Event
ThresholdEvaluatorRearmingAbsoluteChange.ThresholdEvaluatorStateRearmingAbsoluteChange. getEventForState(ThresholdEvaluatorState.Status status, java.util.Date date, double dsValue, ThresholdEvaluatorState.ThresholdValues thresholdValues, CollectionResourceWrapper resource)
Event
ThresholdEvaluatorRelativeChange.ThresholdEvaluatorStateRelativeChange. getEventForState(ThresholdEvaluatorState.Status status, java.util.Date date, double dsValue, ThresholdEvaluatorState.ThresholdValues thresholdValues, CollectionResourceWrapper resource)
Event
ThresholdEvaluatorState. getEventForState(ThresholdEvaluatorState.Status status, java.util.Date date, double dsValue, ThresholdEvaluatorState.ThresholdValues thresholdValues, CollectionResourceWrapper resource)
getEventForStateConstructors in org.opennms.netmgt.threshd with parameters of type ThresholdEvaluatorState.Status Constructor Description ValueStatus(double value, ThresholdEvaluatorState.Status status, ThresholdEvaluatorState.ThresholdValues thresholdValues)
-