Uses of Package
org.apache.iotdb.tsfile.write.record
-
Packages that use org.apache.iotdb.tsfile.write.record Package Description org.apache.iotdb.tsfile.write org.apache.iotdb.tsfile.write.chunk org.apache.iotdb.tsfile.write.record -
Classes in org.apache.iotdb.tsfile.write.record used by org.apache.iotdb.tsfile.write Class Description Tablet A tablet data of one device, the tablet contains multiple measurements of this device that share the same time column.TSRecord TSRecord is a kind of format that TsFile receives.TSRecord contains timestamp, deviceId and a list of data points. -
Classes in org.apache.iotdb.tsfile.write.record used by org.apache.iotdb.tsfile.write.chunk Class Description Tablet A tablet data of one device, the tablet contains multiple measurements of this device that share the same time column. -
Classes in org.apache.iotdb.tsfile.write.record used by org.apache.iotdb.tsfile.write.record Class Description Tablet A tablet data of one device, the tablet contains multiple measurements of this device that share the same time column.TSRecord TSRecord is a kind of format that TsFile receives.TSRecord contains timestamp, deviceId and a list of data points.