| Package | Description |
|---|---|
| org.hawkular.metrics.model |
| Modifier and Type | Field and Description |
|---|---|
static Interval |
Interval.NONE |
| Modifier and Type | Method and Description |
|---|---|
Interval |
AggregationTemplate.getInterval()
How frequently the aggregate metrics created from this template should be
updated.
|
Interval |
AggregatedValue.getSrcMetricInterval()
When the aggregated value is the result of applying a function to data
from multiple metrics, this might be set for particular functions.
|
static Interval |
Interval.parse(String s)
Parses the string into an interval.
|
| Modifier and Type | Method and Description |
|---|---|
AggregationTemplate<T> |
AggregationTemplate.setInterval(Interval interval) |
| Constructor and Description |
|---|
AggregatedValue(String type,
double value,
String srcMetric,
Interval srcMetricInterval,
UUID timeUUID) |
Copyright © 2014–2016 Red Hat, Inc.. All rights reserved.