Uses of Class
org.apache.iotdb.tsfile.file.header.ChunkGroupHeader
-
Packages that use ChunkGroupHeader Package Description org.apache.iotdb.tsfile.file.header org.apache.iotdb.tsfile.read -
-
Uses of ChunkGroupHeader in org.apache.iotdb.tsfile.file.header
Methods in org.apache.iotdb.tsfile.file.header that return ChunkGroupHeader Modifier and Type Method Description static ChunkGroupHeaderChunkGroupHeader. deserializeFrom(java.io.InputStream inputStream, boolean markerRead)deserialize from inputStream.static ChunkGroupHeaderChunkGroupHeader. deserializeFrom(TsFileInput input, long offset, boolean markerRead)deserialize from TsFileInput. -
Uses of ChunkGroupHeader in org.apache.iotdb.tsfile.read
Methods in org.apache.iotdb.tsfile.read that return ChunkGroupHeader Modifier and Type Method Description ChunkGroupHeaderTsFileSequenceReader. readChunkGroupHeader()read data from current position of the input, and deserialize it to a CHUNK_GROUP_FOOTER.ChunkGroupHeaderTsFileSequenceReader. readChunkGroupHeader(long position, boolean markerRead)read data from current position of the input, and deserialize it to a CHUNK_GROUP_FOOTER.
-