| Package | Description |
|---|---|
| org.apache.iotdb.tsfile.file.metadata | |
| org.apache.iotdb.tsfile.read | |
| org.apache.iotdb.tsfile.v2.file.metadata |
| Modifier and Type | Method and Description |
|---|---|
static MetadataIndexEntry |
MetadataIndexEntry.deserializeFrom(ByteBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
Pair<MetadataIndexEntry,Long> |
MetadataIndexNode.getChildIndexEntry(String key,
boolean exactSearch) |
List<MetadataIndexEntry> |
MetadataIndexNode.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataIndexNode.addEntry(MetadataIndexEntry metadataIndexEntry) |
| Constructor and Description |
|---|
MetadataIndexNode(List<MetadataIndexEntry> children,
long endOffset,
MetadataIndexNodeType nodeType) |
| Modifier and Type | Method and Description |
|---|---|
protected Pair<MetadataIndexEntry,Long> |
TsFileSequenceReader.getMetadataAndEndOffset(MetadataIndexNode metadataIndex,
String name,
boolean isDeviceLevel,
boolean exactSearch)
Get target MetadataIndexEntry and its end offset
|
| Modifier and Type | Method and Description |
|---|---|
static MetadataIndexEntry |
MetadataIndexEntryV2.deserializeFrom(ByteBuffer buffer) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.