| Package | Description |
|---|---|
| org.apache.iotdb.tsfile.file.metadata | |
| org.apache.iotdb.tsfile.file.metadata.enums |
| Modifier and Type | Method and Description |
|---|---|
MetadataIndexNodeType |
MetadataIndexNode.getNodeType() |
| Constructor and Description |
|---|
MetadataIndexNode(List<MetadataIndexEntry> children,
long endOffset,
MetadataIndexNodeType nodeType) |
MetadataIndexNode(MetadataIndexNodeType nodeType) |
| Modifier and Type | Method and Description |
|---|---|
static MetadataIndexNodeType |
MetadataIndexNodeType.deserialize(byte i)
deserialize byte number.
|
static MetadataIndexNodeType |
MetadataIndexNodeType.deserializeFrom(ByteBuffer buffer) |
static MetadataIndexNodeType |
MetadataIndexNodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataIndexNodeType[] |
MetadataIndexNodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.