public abstract class DMetric extends Object
DMetric(MetricType metricType, String metric, String host, List<String> tags, Clock clock)
void
ackReport()
String
getHost()
getMetric()
abstract Number
getMetricValue()
List<List<Number>>
getPoints()
List<String>
getTags()
MetricType
getType()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DMetric(MetricType metricType, String metric, String host, List<String> tags, Clock clock)
public MetricType getType()
public String getMetric()
public String getHost()
public List<String> getTags()
public List<List<Number>> getPoints()
public abstract Number getMetricValue()
public void ackReport()
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.