| Package | Description |
|---|---|
| org.hawkular.alerts.api.model.condition | |
| org.hawkular.alerts.api.model.dampening | |
| org.hawkular.alerts.api.services |
| Modifier and Type | Class and Description |
|---|---|
class |
AvailabilityConditionEval
An evaluation state for availability condition.
|
class |
CompareConditionEval
An evaluation state for compare condition.
|
class |
StringConditionEval
An evaluation state for string condition.
|
class |
ThresholdConditionEval
An evaluation state for threshold condition.
|
class |
ThresholdRangeConditionEval
An evaluation state for threshold range condition.
|
| Modifier and Type | Method and Description |
|---|---|
List<Set<ConditionEval>> |
Alert.getEvalSets() |
List<Set<ConditionEval>> |
Alert.getResolvedEvalSets() |
| Modifier and Type | Method and Description |
|---|---|
void |
Alert.setEvalSets(List<Set<ConditionEval>> evalSets) |
void |
Alert.setResolvedEvalSets(List<Set<ConditionEval>> resolvedEvalSets) |
| Constructor and Description |
|---|
Alert(String tenantId,
String triggerId,
List<Set<ConditionEval>> evalSets) |
| Modifier and Type | Method and Description |
|---|---|
List<Set<ConditionEval>> |
Dampening.getSatisfyingEvals() |
| Modifier and Type | Method and Description |
|---|---|
void |
Dampening.addSatisfyingEvals(ConditionEval... satisfyingEvals) |
void |
Dampening.perform(ConditionEval... conditionEvals) |
| Modifier and Type | Method and Description |
|---|---|
void |
Dampening.addSatisfyingEvals(Set<ConditionEval> satisfyingEvals) |
void |
Dampening.setSatisfyingEvals(List<Set<ConditionEval>> satisfyingEvals) |
| Modifier and Type | Method and Description |
|---|---|
void |
AlertsService.resolveAlerts(String tenantId,
Collection<String> alertIds,
String resolvedBy,
String resolvedNotes,
List<Set<ConditionEval>> resolvedEvalSets)
The alerts must already have been added.
|
void |
AlertsService.resolveAlertsForTrigger(String tenantId,
String triggerId,
String resolvedBy,
String resolvedNotes,
List<Set<ConditionEval>> resolvedEvalSets)
Set unresolved alerts for the provided trigger to RESOLVED status.
|
Copyright © 2015 Red Hat, Inc.. All rights reserved.