| Package | Description |
|---|---|
| org.rhq.metrics.core |
| Modifier and Type | Field and Description |
|---|---|
MetricType |
RetentionSettings.RetentionKey.metricType |
| Modifier and Type | Method and Description |
|---|---|
static MetricType |
MetricType.fromCode(int code) |
static MetricType |
MetricType.fromTextCode(String textCode) |
MetricType |
AggregationTemplate.getType()
The
type of metric to which the
template applies. |
MetricType |
NumericMetric.getType() |
abstract MetricType |
Metric.getType() |
MetricType |
AvailabilityMetric.getType() |
static MetricType |
MetricType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricType[] |
MetricType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Metric> |
MetricsService.findMetric(String tenantId,
MetricType type,
MetricId id) |
com.google.common.util.concurrent.ListenableFuture<List<Metric>> |
MetricsService.findMetrics(String tenantId,
MetricType type) |
Integer |
RetentionSettings.get(MetricType type) |
Integer |
RetentionSettings.get(MetricType type,
Interval interval) |
Integer |
RetentionSettings.put(MetricType rawType,
int hours) |
Integer |
RetentionSettings.put(MetricType metricType,
Interval interval,
int hours) |
Tenant |
Tenant.setRetention(MetricType type,
int hours) |
Tenant |
Tenant.setRetention(MetricType type,
Interval interval,
int hours) |
AggregationTemplate |
AggregationTemplate.setType(MetricType type) |
| Constructor and Description |
|---|
RetentionKey(MetricType metricType) |
RetentionKey(MetricType metricType,
Interval interval) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.