Constructor and Description |
---|
DMetric(MetricType metricType,
String metric,
String host,
List<String> tags) |
Modifier and Type | Method and Description |
---|---|
String |
getHost() |
String |
getMetric() |
abstract Number |
getMetricValue() |
List<List<Number>> |
getPoints() |
List<String> |
getTags() |
MetricType |
getType() |
static long |
getUnixEpochTimestamp() |
public DMetric(MetricType metricType, String metric, String host, List<String> tags)
public MetricType getType()
public String getMetric()
public String getHost()
public abstract Number getMetricValue()
public static long getUnixEpochTimestamp()
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.