Uses of Class
org.apache.iotdb.tsfile.write.chunk.ChunkWriterImpl
-
Packages that use ChunkWriterImpl Package Description org.apache.iotdb.tsfile.write.record.datapoint -
-
Uses of ChunkWriterImpl in org.apache.iotdb.tsfile.write.record.datapoint
Methods in org.apache.iotdb.tsfile.write.record.datapoint with parameters of type ChunkWriterImpl Modifier and Type Method Description voidBooleanDataPoint. writeTo(long time, ChunkWriterImpl writer)abstract voidDataPoint. writeTo(long time, ChunkWriterImpl writer)write this DataPoint by a SeriesWriter.voidDoubleDataPoint. writeTo(long time, ChunkWriterImpl writer)voidFloatDataPoint. writeTo(long time, ChunkWriterImpl writer)voidIntDataPoint. writeTo(long time, ChunkWriterImpl writer)voidLongDataPoint. writeTo(long time, ChunkWriterImpl writer)voidStringDataPoint. writeTo(long time, ChunkWriterImpl writer)
-