Uses of Class
org.apache.iotdb.tsfile.write.record.Tablet
-
Packages that use Tablet Package Description org.apache.iotdb.tsfile.write org.apache.iotdb.tsfile.write.chunk org.apache.iotdb.tsfile.write.record -
-
Uses of Tablet in org.apache.iotdb.tsfile.write
Methods in org.apache.iotdb.tsfile.write with parameters of type Tablet Modifier and Type Method Description booleanTsFileWriter. write(Tablet tablet)write a tabletbooleanTsFileWriter. writeAligned(Tablet tablet) -
Uses of Tablet in org.apache.iotdb.tsfile.write.chunk
Methods in org.apache.iotdb.tsfile.write.chunk with parameters of type Tablet Modifier and Type Method Description intAlignedChunkGroupWriterImpl. write(Tablet tablet)intIChunkGroupWriter. write(Tablet tablet)receive a tablet, write it to chunk writersintNonAlignedChunkGroupWriterImpl. write(Tablet tablet) -
Uses of Tablet in org.apache.iotdb.tsfile.write.record
Methods in org.apache.iotdb.tsfile.write.record that return Tablet Modifier and Type Method Description static TabletTablet. deserialize(java.nio.ByteBuffer byteBuffer)Deserialize Tablet
-