| Package | Description | 
|---|---|
| org.opennms.netmgt.threshd | 
| Modifier and Type | Field and Description | 
|---|---|
ThresholdEvaluatorState.Status | 
ThresholdEvaluatorState.ValueStatus.status  | 
| Modifier and Type | Method and Description | 
|---|---|
default ThresholdEvaluatorState.Status | 
ThresholdEvaluatorState.evaluate(double dsValue)
evaluate 
 | 
ThresholdEvaluatorState.Status | 
AbstractThresholdEvaluatorState.evaluate(double dsValue,
        Long sequenceNumber)  | 
ThresholdEvaluatorState.Status | 
ThresholdEvaluatorState.evaluate(double dsValue,
        Long sequenceNumber)  | 
ThresholdEvaluatorState.Status | 
ThresholdEvaluatorHighLow.ThresholdEvaluatorStateHighLow.evaluateAfterFetch(double dsValue)  | 
ThresholdEvaluatorState.Status | 
ThresholdEvaluatorAbsoluteChange.ThresholdEvaluatorStateAbsoluteChange.evaluateAfterFetch(double dsValue)  | 
protected abstract ThresholdEvaluatorState.Status | 
AbstractThresholdEvaluatorState.evaluateAfterFetch(double dsValue)  | 
ThresholdEvaluatorState.Status | 
ThresholdEvaluatorRelativeChange.ThresholdEvaluatorStateRelativeChange.evaluateAfterFetch(double dsValue)  | 
ThresholdEvaluatorState.Status | 
ThresholdEvaluatorRearmingAbsoluteChange.ThresholdEvaluatorStateRearmingAbsoluteChange.evaluateAfterFetch(double dsValue)  | 
static ThresholdEvaluatorState.Status | 
ThresholdEvaluatorState.Status.valueOf(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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Event | 
ThresholdEvaluatorHighLow.ThresholdEvaluatorStateHighLow.getEventForState(ThresholdEvaluatorState.Status status,
                Date date,
                double dsValue,
                CollectionResourceWrapper resource)  | 
Event | 
ThresholdEvaluatorAbsoluteChange.ThresholdEvaluatorStateAbsoluteChange.getEventForState(ThresholdEvaluatorState.Status status,
                Date date,
                double dsValue,
                CollectionResourceWrapper resource)  | 
Event | 
ThresholdEvaluatorRelativeChange.ThresholdEvaluatorStateRelativeChange.getEventForState(ThresholdEvaluatorState.Status status,
                Date date,
                double dsValue,
                CollectionResourceWrapper resource)  | 
Event | 
ThresholdEvaluatorRearmingAbsoluteChange.ThresholdEvaluatorStateRearmingAbsoluteChange.getEventForState(ThresholdEvaluatorState.Status status,
                Date date,
                double dsValue,
                CollectionResourceWrapper resource)  | 
Event | 
ThresholdEvaluatorState.getEventForState(ThresholdEvaluatorState.Status status,
                Date date,
                double dsValue,
                CollectionResourceWrapper resource)
getEventForState 
 | 
| Constructor and Description | 
|---|
ValueStatus(double value,
           ThresholdEvaluatorState.Status status)  | 
Copyright © 2020. All rights reserved.