public class InfluxdbUdp extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
debugJson |
protected ArrayList<metrics_influxdb.JsonBuilder> |
jsonBuilders |
| Constructor and Description |
|---|
InfluxdbUdp(String host,
int port) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendSeries(String namePrefix,
String name,
String nameSuffix,
String[] columns,
Object[][] points) |
long |
convertTimestamp(long timestamp) |
boolean |
hasSeriesData() |
void |
resetRequest() |
int |
sendRequest(boolean throwExc,
boolean printJson) |
protected final ArrayList<metrics_influxdb.JsonBuilder> jsonBuilders
public boolean debugJson
public InfluxdbUdp(String host, int port)
Copyright © 2014-2015. All Rights Reserved.