Uses of Class
org.apache.iotdb.tsfile.file.metadata.enums.MetadataIndexNodeType
-
Packages that use MetadataIndexNodeType Package Description org.apache.iotdb.tsfile.file.metadata org.apache.iotdb.tsfile.file.metadata.enums -
-
Uses of MetadataIndexNodeType in org.apache.iotdb.tsfile.file.metadata
Methods in org.apache.iotdb.tsfile.file.metadata that return MetadataIndexNodeType Modifier and Type Method Description MetadataIndexNodeTypeMetadataIndexNode. getNodeType()Methods in org.apache.iotdb.tsfile.file.metadata with parameters of type MetadataIndexNodeType Modifier and Type Method Description static MetadataIndexNodeMetadataIndexConstructor. generateRootNode(java.util.Queue<MetadataIndexNode> metadataIndexNodeQueue, TsFileOutput out, MetadataIndexNodeType type)Generate root node, using the nodes in the queue as leaf nodes.Constructors in org.apache.iotdb.tsfile.file.metadata with parameters of type MetadataIndexNodeType Constructor Description MetadataIndexNode(java.util.List<MetadataIndexEntry> children, long endOffset, MetadataIndexNodeType nodeType)MetadataIndexNode(MetadataIndexNodeType nodeType) -
Uses of MetadataIndexNodeType in org.apache.iotdb.tsfile.file.metadata.enums
Methods in org.apache.iotdb.tsfile.file.metadata.enums that return MetadataIndexNodeType Modifier and Type Method Description static MetadataIndexNodeTypeMetadataIndexNodeType. deserialize(byte i)deserialize byte number.static MetadataIndexNodeTypeMetadataIndexNodeType. deserializeFrom(java.nio.ByteBuffer buffer)static MetadataIndexNodeTypeMetadataIndexNodeType. valueOf(java.lang.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.
-