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 |
ThresholdEvaluatorState.evaluate(double dsValue,
Long sequenceNumber) |
ThresholdEvaluatorState.Status |
AbstractThresholdEvaluatorState.evaluate(double dsValue,
Long sequenceNumber) |
ThresholdEvaluatorState.Status |
ThresholdEvaluatorState.evaluate(double dsValue,
ThresholdEvaluatorState.ThresholdValues thresholdValues,
Long sequenceNumber) |
ThresholdEvaluatorState.Status |
AbstractThresholdEvaluatorState.evaluate(double dsValue,
ThresholdEvaluatorState.ThresholdValues thresholdValues,
Long sequenceNumber) |
ThresholdEvaluatorState.Status |
ThresholdEvaluatorRearmingAbsoluteChange.ThresholdEvaluatorStateRearmingAbsoluteChange.evaluateAfterFetch(double dsValue,
ThresholdEvaluatorState.ThresholdValues thresholdValues) |
ThresholdEvaluatorState.Status |
ThresholdEvaluatorHighLow.ThresholdEvaluatorStateHighLow.evaluateAfterFetch(double dsValue,
ThresholdEvaluatorState.ThresholdValues thresholdValues) |
protected abstract ThresholdEvaluatorState.Status |
AbstractThresholdEvaluatorState.evaluateAfterFetch(double dsValue,
ThresholdEvaluatorState.ThresholdValues thresholdValues) |
ThresholdEvaluatorState.Status |
ThresholdEvaluatorAbsoluteChange.ThresholdEvaluatorStateAbsoluteChange.evaluateAfterFetch(double dsValue,
ThresholdEvaluatorState.ThresholdValues thresholdValues) |
ThresholdEvaluatorState.Status |
ThresholdEvaluatorRelativeChange.ThresholdEvaluatorStateRelativeChange.evaluateAfterFetch(double dsValue,
ThresholdEvaluatorState.ThresholdValues thresholdValues) |
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 |
ThresholdEvaluatorState.getEventForState(ThresholdEvaluatorState.Status status,
Date date,
double dsValue,
ThresholdEvaluatorState.ThresholdValues thresholdValues,
CollectionResourceWrapper resource)
getEventForState
|
Event |
ThresholdEvaluatorRearmingAbsoluteChange.ThresholdEvaluatorStateRearmingAbsoluteChange.getEventForState(ThresholdEvaluatorState.Status status,
Date date,
double dsValue,
ThresholdEvaluatorState.ThresholdValues thresholdValues,
CollectionResourceWrapper resource) |
Event |
ThresholdEvaluatorHighLow.ThresholdEvaluatorStateHighLow.getEventForState(ThresholdEvaluatorState.Status status,
Date date,
double dsValue,
ThresholdEvaluatorState.ThresholdValues thresholdValues,
CollectionResourceWrapper resource) |
Event |
ThresholdEvaluatorAbsoluteChange.ThresholdEvaluatorStateAbsoluteChange.getEventForState(ThresholdEvaluatorState.Status status,
Date date,
double dsValue,
ThresholdEvaluatorState.ThresholdValues thresholdValues,
CollectionResourceWrapper resource) |
Event |
ThresholdEvaluatorRelativeChange.ThresholdEvaluatorStateRelativeChange.getEventForState(ThresholdEvaluatorState.Status status,
Date date,
double dsValue,
ThresholdEvaluatorState.ThresholdValues thresholdValues,
CollectionResourceWrapper resource) |
Constructor and Description |
---|
ValueStatus(double value,
ThresholdEvaluatorState.Status status,
ThresholdEvaluatorState.ThresholdValues thresholdValues) |
Copyright © 2021. All rights reserved.