public class InfluxDBEntryImpl extends java.lang.Object implements InfluxDBEntry
| Constructor and Description |
|---|
InfluxDBEntryImpl()
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getFields() |
java.lang.Object |
getMeasurement() |
java.util.Map<java.lang.String,java.lang.String> |
getTags() |
long |
getTimestamp() |
void |
setMeasurement(java.lang.Object object)
Sets the measurement for the InfluxDBEntry which will be used to create a Point in the db.
|
void |
setTimestamp(long timestamp)
Sets the timestamp associated with the measurement in this InfluxDBEntry
The timestamp unit is milliseconds.
|
public java.util.Map<java.lang.String,java.lang.Object> getFields()
getFields in interface InfluxDBEntrypublic java.util.Map<java.lang.String,java.lang.String> getTags()
getTags in interface InfluxDBEntrypublic java.lang.Object getMeasurement()
getMeasurement in interface InfluxDBEntrypublic void setMeasurement(java.lang.Object object)
InfluxDBEntrysetMeasurement in interface InfluxDBEntryobject - the measurement to be setpublic long getTimestamp()
getTimestamp in interface InfluxDBEntrypublic void setTimestamp(long timestamp)
InfluxDBEntrysetTimestamp in interface InfluxDBEntryData In Motion GmbH all rights reserved