public class InfluxMetric extends Object
| 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() |
Copyright © 2016. All Rights Reserved.