| Modifier and Type | Method and Description |
|---|---|
List<Pair<Integer,byte[]>> |
BitmapDecoder.decodeAll(int target,
List<ByteBuffer> pageList)
Deprecated.
For special value in page list, get its bitmap index.
|
| Modifier and Type | Method and Description |
|---|---|
Pair<MetadataIndexEntry,Long> |
MetadataIndexNode.getChildIndexEntry(String key,
boolean exactSearch) |
| Modifier and Type | Method and Description |
|---|---|
Pair<String,Boolean> |
TsFileDeviceIterator.current() |
protected Pair<MetadataIndexEntry,Long> |
TsFileSequenceReader.getMetadataAndEndOffset(MetadataIndexNode metadataIndex,
String name,
boolean isDeviceLevel,
boolean exactSearch)
Get target MetadataIndexEntry and its end offset
|
Pair<String,Boolean> |
TsFileDeviceIterator.next() |
Pair<AlignedChunkReader,Long> |
TsFileAlignedSeriesReaderIterator.nextReader() |
| Modifier and Type | Method and Description |
|---|---|
long |
TsFileSequenceReader.selfCheckWithInfo(String filename,
boolean fastFinish,
Map<Long,Pair<Path,TimeseriesMetadata>> timeseriesMetadataMap)
Self Check the file and return whether the file is safe.
|
| Constructor and Description |
|---|
TsFileDeviceIterator(TsFileSequenceReader reader,
Queue<Pair<String,Pair<Long,Long>>> queue) |
TsFileDeviceIterator(TsFileSequenceReader reader,
Queue<Pair<String,Pair<Long,Long>>> queue) |
| Modifier and Type | Method and Description |
|---|---|
static Pair<String,Long> |
FilePathUtils.getLogicalSgNameAndTimePartitionIdPair(String tsFileAbsolutePath) |
static Pair<String,long[]> |
FilePathUtils.getTsFilePrefixPathAndTsFileVersionPair(String tsFileAbsolutePath)
pair.left tsFilePrefixPath, like data/data/sequence/root.sg1/0/0 pair.right is a long array
whose length is 2 pair.right[0] is tsfile version pair.right[1] is compaction version, high 32
bit is compaction level, low 32 bit is merge count
|
| 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 |
|---|---|
static Pair<TsFileMetadata,List<Pair<Long,Long>>> |
TsFileMetadataV2.deserializeFrom(ByteBuffer buffer)
deserialize data from the buffer.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.