| Package | Description |
|---|---|
| org.hawkular.metrics.alerter |
| Modifier and Type | Method and Description |
|---|---|
ConditionExpression.EvalType |
ConditionExpression.getEvalType() |
static ConditionExpression.EvalType |
ConditionExpression.EvalType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConditionExpression.EvalType[] |
ConditionExpression.EvalType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConditionExpression.setEvalType(ConditionExpression.EvalType evalType) |
| Constructor and Description |
|---|
ConditionExpression(ConditionExpression.Query query,
String frequency,
ConditionExpression.EvalType evalType,
String eval) |
ConditionExpression(List<ConditionExpression.Query> queries,
String frequency,
ConditionExpression.EvalType evalType,
String eval) |
Copyright © 2014–2017 Red Hat, Inc.. All rights reserved.