public class InfluxMetric extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static NumberFormat |
NUMBER_FORMAT |
| Constructor and Description |
|---|
InfluxMetric(String measurement,
List<InfluxTag> tags,
Object value,
long timestampMillis) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getMeasurement() |
List<InfluxTag> |
getTags() |
long |
getTimestampMillis() |
Object |
getValue() |
int |
hashCode() |
String |
toInfluxFormat() |
String |
toString() |
protected static final NumberFormat NUMBER_FORMAT
Copyright © 2017. All Rights Reserved.