public class MetricDataPoint extends DataPoint
| Constructor and Description |
|---|
MetricDataPoint(String key,
long timestamp,
double value,
org.hawkular.metrics.client.common.MetricType metricType) |
| Modifier and Type | Method and Description |
|---|---|
org.hawkular.metrics.client.common.MetricType |
getMetricType() |
double |
getValue() |
String |
toString() |
getKey, getTimestamppublic MetricDataPoint(String key, long timestamp, double value, org.hawkular.metrics.client.common.MetricType metricType)
Copyright © 2015 Red Hat, Inc.. All rights reserved.