| Package | Description |
|---|---|
| org.rhq.metrics.core |
| Modifier and Type | Field and Description |
|---|---|
Interval |
RetentionSettings.RetentionKey.interval |
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 |
MetricId.getInterval() |
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 |
|---|---|
Integer |
RetentionSettings.get(MetricType type,
Interval interval) |
Integer |
RetentionSettings.put(MetricType metricType,
Interval interval,
int hours) |
AggregationTemplate |
AggregationTemplate.setInterval(Interval interval) |
Tenant |
Tenant.setRetention(MetricType type,
Interval interval,
int hours) |
| Constructor and Description |
|---|
AggregatedValue(String type,
double value,
String srcMetric,
Interval srcMetricInterval,
UUID timeUUID) |
MetricId(String name,
Interval interval) |
RetentionKey(MetricType metricType,
Interval interval) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.