| Package | Description |
|---|---|
| org.rhq.metrics.core |
| Modifier and Type | Class and Description |
|---|---|
class |
AvailabilityMetric |
class |
NumericMetric |
| Modifier and Type | Field and Description |
|---|---|
protected Metric |
MetricData.metric |
| Modifier and Type | Method and Description |
|---|---|
Metric |
NumericData.getMetric()
Currently not used.
|
Metric |
MetricAlreadyExistsException.getMetric() |
Metric |
MetricData.getMetric() |
Metric |
Metric.setTenantId(String tenantId) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
MetricsService.createMetric(Metric metric) |
void |
MetricData.setMetric(Metric metric) |
com.google.common.util.concurrent.ListenableFuture<Void> |
MetricsService.updateMetadata(Metric metric,
Map<String,String> metadata,
Set<String> deletions) |
| Constructor and Description |
|---|
MetricAlreadyExistsException(Metric metric) |
MetricData(Metric metric,
long timestamp) |
MetricData(Metric metric,
UUID timeUUID) |
MetricData(Metric metric,
UUID timeUUID,
Set<Tag> tags) |
MetricData(Metric metric,
UUID timeUUID,
Set<Tag> tags,
Long writeTime) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.