Package io.vertigo.database.timeseries
Class Measure
- java.lang.Object
-
- io.vertigo.database.timeseries.Measure
-
public final class Measure extends Object
Measure
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MeasureBuilderbuilder(String measurement)Create a new Point Build build to create a new Point in a fluent manner.Map<String,Object>getFields()InstantgetInstant()StringgetMeasurement()Map<String,String>getTags()
-
-
-
Method Detail
-
builder
public static MeasureBuilder builder(String measurement)
Create a new Point Build build to create a new Point in a fluent manner.- Parameters:
measurement- the name of the measurement.- Returns:
- the Builder to be able to add further Builder calls.
-
getInstant
public Instant getInstant()
-
getMeasurement
public String getMeasurement()
-
-