public class MetricDataPoint extends Object
| Constructor and Description |
|---|
MetricDataPoint(Task task,
double value,
org.hawkular.metrics.client.common.MetricType metricType) |
| Modifier and Type | Method and Description |
|---|---|
org.hawkular.metrics.client.common.MetricType |
getMetricType() |
Task |
getTask() |
long |
getTimestamp() |
double |
getValue() |
String |
toString() |
public MetricDataPoint(Task task, double value, org.hawkular.metrics.client.common.MetricType metricType)
public Task getTask()
public long getTimestamp()
public double getValue()
public org.hawkular.metrics.client.common.MetricType getMetricType()
Copyright © 2015 Red Hat, Inc.. All rights reserved.