| Modifier and Type | Method and Description |
|---|---|
static TsFileMetadata |
TsFileMetadata.deserializeFrom(ByteBuffer buffer)
deserialize data from the buffer.
|
| Modifier and Type | Field and Description |
|---|---|
protected TsFileMetadata |
TsFileSequenceReader.tsFileMetaData |
| Modifier and Type | Method and Description |
|---|---|
TsFileMetadata |
TsFileSequenceReader.readFileMetadata()
this function does not modify the position of the file reader.
|
TsFileMetadata |
UnClosedTsFileReader.readFileMetadata()
unclosed file has no file metadata.
|
| Modifier and Type | Method and Description |
|---|---|
TsFileMetadata |
IMetadataQuerier.getWholeFileMetadata() |
TsFileMetadata |
MetadataQuerierByFileImpl.getWholeFileMetadata() |
| Modifier and Type | Method and Description |
|---|---|
static Pair<TsFileMetadata,List<Pair<Long,Long>>> |
TsFileMetadataV2.deserializeFrom(ByteBuffer buffer)
deserialize data from the buffer.
|
| Modifier and Type | Method and Description |
|---|---|
TsFileMetadata |
TsFileSequenceReaderForV2.readFileMetadata()
this function does not modify the position of the file reader.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.