| Package | Description |
|---|---|
| org.hawkular.alerts.api.model.condition |
| Modifier and Type | Method and Description |
|---|---|
static NelsonCondition.NelsonRule |
NelsonCondition.NelsonRule.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NelsonCondition.NelsonRule[] |
NelsonCondition.NelsonRule.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<NelsonCondition.NelsonRule> |
NelsonCondition.getActiveRules() |
List<NelsonCondition.NelsonRule> |
NelsonConditionEval.getViolations() |
| Modifier and Type | Method and Description |
|---|---|
String |
NelsonCondition.getLog(List<NelsonCondition.NelsonRule> violations,
Double mean,
Double standardDeviation,
List<Data> violationsData) |
boolean |
NelsonCondition.match(List<NelsonCondition.NelsonRule> violations) |
void |
NelsonCondition.setActiveRules(Set<NelsonCondition.NelsonRule> activeRules) |
void |
NelsonConditionEval.setViolations(List<NelsonCondition.NelsonRule> violations) |
| Constructor and Description |
|---|
NelsonCondition(String triggerId,
Mode triggerMode,
int conditionSetSize,
int conditionSetIndex,
String dataId,
Set<NelsonCondition.NelsonRule> activeRules,
Integer sampleSize)
This constructor requires the tenantId be assigned prior to persistence.
|
NelsonCondition(String tenantId,
String triggerId,
Mode triggerMode,
int conditionSetSize,
int conditionSetIndex,
String dataId,
Set<NelsonCondition.NelsonRule> activeRules,
Integer sampleSize) |
NelsonCondition(String triggerId,
String dataId,
Set<NelsonCondition.NelsonRule> activeRules)
This constructor requires the tenantId be assigned prior to persistence.
|
NelsonCondition(String triggerId,
String dataId,
Set<NelsonCondition.NelsonRule> activeRules,
Integer sampleSize)
This constructor requires the tenantId be assigned prior to persistence.
|
NelsonCondition(String tenantId,
String triggerId,
String dataId,
Set<NelsonCondition.NelsonRule> activeRules) |
NelsonCondition(String tenantId,
String triggerId,
String dataId,
Set<NelsonCondition.NelsonRule> activeRules,
Integer sampleSize) |
NelsonConditionEval(NelsonCondition condition,
Data data,
List<NelsonCondition.NelsonRule> violations,
Double mean,
Double standardDeviation,
List<Data> violationsData) |
Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.