Class FloatDataPoint
- java.lang.Object
-
- org.apache.iotdb.tsfile.write.record.datapoint.DataPoint
-
- org.apache.iotdb.tsfile.write.record.datapoint.FloatDataPoint
-
-
Field Summary
-
Fields inherited from class org.apache.iotdb.tsfile.write.record.datapoint.DataPoint
measurementId, type
-
-
Constructor Summary
Constructors Constructor Description FloatDataPoint(java.lang.String measurementId, float v)constructor of FloatDataPoint, the value type will be set automatically.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetValue()voidsetFloat(float value)voidwriteTo(long time, ChunkWriterImpl writer)write this DataPoint by a SeriesWriter.-
Methods inherited from class org.apache.iotdb.tsfile.write.record.datapoint.DataPoint
getDataPoint, getMeasurementId, getType, setBoolean, setDouble, setInteger, setLong, setString, toString
-
-
-
-
Method Detail
-
writeTo
public void writeTo(long time, ChunkWriterImpl writer)Description copied from class:DataPointwrite this DataPoint by a SeriesWriter.
-
-