Class StringDataPoint
- java.lang.Object
-
- org.apache.iotdb.tsfile.write.record.datapoint.DataPoint
-
- org.apache.iotdb.tsfile.write.record.datapoint.StringDataPoint
-
-
Field Summary
-
Fields inherited from class org.apache.iotdb.tsfile.write.record.datapoint.DataPoint
measurementId, type
-
-
Constructor Summary
Constructors Constructor Description StringDataPoint(java.lang.String measurementId, Binary v)constructor of StringDataPoint, the value type will be set automatically.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetValue()voidsetString(Binary 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, setFloat, setInteger, setLong, toString
-
-
-
-
Constructor Detail
-
StringDataPoint
public StringDataPoint(java.lang.String measurementId, Binary v)constructor of StringDataPoint, the value type will be set automatically.
-
-
Method Detail
-
writeTo
public void writeTo(long time, ChunkWriterImpl writer)Description copied from class:DataPointwrite this DataPoint by a SeriesWriter.
-
-