Package io.vertigo.database.timeseries
Class MeasureBuilder
java.lang.Object
io.vertigo.database.timeseries.MeasureBuilder
- All Implemented Interfaces:
io.vertigo.core.lang.Builder<Measure>
Builder for a new Point.
- Author:
- stefan.majer [at] gmail.com
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Creates a new Point.Add a tag to this point.Adds a time to this point.
-
Method Details
-
addField
-
addField
-
addField
-
addField
-
build
Creates a new Point.- Specified by:
buildin interfaceio.vertigo.core.lang.Builder<Measure>- Returns:
- the newly created Point.
-
tag
Add a tag to this point.- Parameters:
tagName- the tag namevalue- the tag value- Returns:
- the Builder instance.
-
time
Adds a time to this point.- Parameters:
measureInstant- rhe time for this point- Returns:
- the Builder instance.
-