| Modifier and Type | Method and Description |
|---|---|
static ChunkHeader |
ChunkHeader.deserializeFrom(InputStream inputStream,
byte chunkType)
deserialize from inputStream, the marker has already been read.
|
static ChunkHeader |
ChunkHeader.deserializeFrom(TsFileInput input,
long offset,
int chunkHeaderSize)
deserialize from TsFileInput, the marker has not been read.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChunkHeader.mergeChunkHeader(ChunkHeader chunkHeader) |
| Modifier and Type | Method and Description |
|---|---|
ChunkHeader |
TsFileSequenceReader.readChunkHeader(byte chunkType)
read data from current position of the input, and deserialize it to a CHUNK_HEADER.
|
| Modifier and Type | Method and Description |
|---|---|
ChunkHeader |
Chunk.getHeader() |
| Constructor and Description |
|---|
Chunk(ChunkHeader header,
ByteBuffer buffer,
List<TimeRange> deleteIntervalList,
Statistics chunkStatistic) |
| Modifier and Type | Method and Description |
|---|---|
ChunkHeader |
ChunkReader.getChunkHeader() |
| Modifier and Type | Method and Description |
|---|---|
static ChunkHeader |
ChunkHeaderV2.deserializeFrom(InputStream inputStream,
boolean markerRead)
deserialize from inputStream.
|
static ChunkHeader |
ChunkHeaderV2.deserializeFrom(TsFileInput input,
long offset,
int chunkHeaderSize,
boolean markerRead)
deserialize from TsFileInput.
|
| Modifier and Type | Method and Description |
|---|---|
ChunkHeader |
TsFileSequenceReaderForV2.readChunkHeader()
read data from current position of the input, and deserialize it to a CHUNK_HEADER.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.