| Package | Description |
|---|---|
| org.apache.iotdb.tsfile.file.header | |
| org.apache.iotdb.tsfile.read | |
| org.apache.iotdb.tsfile.v2.file.footer | |
| org.apache.iotdb.tsfile.v2.read |
| Modifier and Type | Method and Description |
|---|---|
static ChunkGroupHeader |
ChunkGroupHeader.deserializeFrom(InputStream inputStream,
boolean markerRead)
deserialize from inputStream.
|
static ChunkGroupHeader |
ChunkGroupHeader.deserializeFrom(TsFileInput input,
long offset,
boolean markerRead)
deserialize from TsFileInput.
|
| Modifier and Type | Method and Description |
|---|---|
ChunkGroupHeader |
TsFileSequenceReader.readChunkGroupHeader()
read data from current position of the input, and deserialize it to a CHUNK_GROUP_FOOTER.
|
ChunkGroupHeader |
TsFileSequenceReader.readChunkGroupHeader(long position,
boolean markerRead)
read data from current position of the input, and deserialize it to a CHUNK_GROUP_FOOTER.
|
| Modifier and Type | Method and Description |
|---|---|
static ChunkGroupHeader |
ChunkGroupFooterV2.deserializeFrom(InputStream inputStream,
boolean markerRead)
deserialize from inputStream.
|
static ChunkGroupHeader |
ChunkGroupFooterV2.deserializeFrom(TsFileInput input,
long offset,
boolean markerRead)
deserialize from TsFileInput.
|
| Modifier and Type | Method and Description |
|---|---|
ChunkGroupHeader |
TsFileSequenceReaderForV2.readChunkGroupFooter()
read data from current position of the input, and deserialize it to a CHUNK_GROUP_FOOTER.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.