| Package | Description |
|---|---|
| org.hawkular.metrics.model |
| Modifier and Type | Class and Description |
|---|---|
class |
NamedDataPoint<T> |
| Modifier and Type | Method and Description |
|---|---|
List<DataPoint<T>> |
Metric.getDataPoints() |
| Constructor and Description |
|---|
NamedDataPoint(String name,
DataPoint<T> dataPoint) |
| Constructor and Description |
|---|
Metric(MetricId<T> id,
List<DataPoint<T>> dataPoints) |
Metric(MetricId<T> id,
List<DataPoint<T>> dataPoints,
Integer dataRetention) |
Metric(MetricId<T> id,
Map<String,String> tags,
Integer dataRetention,
List<DataPoint<T>> dataPoints) |
Metric(String id,
Map<String,String> tags,
Integer dataRetention,
MetricType<T> type,
List<DataPoint<T>> data) |
Metric(String id,
Map<String,String> tags,
Integer dataRetention,
MetricType<T> type,
List<DataPoint<T>> data,
String tenantId) |
Copyright © 2014–2017 Red Hat, Inc.. All rights reserved.