Uses of Class
org.apache.iotdb.db.mpp.common.schematree.node.SchemaNode
-
Packages that use SchemaNode Package Description org.apache.iotdb.db.mpp.common.schematree org.apache.iotdb.db.mpp.common.schematree.node org.apache.iotdb.db.mpp.common.schematree.visitor -
-
Uses of SchemaNode in org.apache.iotdb.db.mpp.common.schematree
Constructors in org.apache.iotdb.db.mpp.common.schematree with parameters of type SchemaNode Constructor Description ClusterSchemaTree(SchemaNode root) -
Uses of SchemaNode in org.apache.iotdb.db.mpp.common.schematree.node
Subclasses of SchemaNode in org.apache.iotdb.db.mpp.common.schematree.node Modifier and Type Class Description classSchemaEntityNodeclassSchemaInternalNodeclassSchemaMeasurementNodeFields in org.apache.iotdb.db.mpp.common.schematree.node with type parameters of type SchemaNode Modifier and Type Field Description protected java.util.Map<java.lang.String,SchemaNode>SchemaInternalNode. childrenMethods in org.apache.iotdb.db.mpp.common.schematree.node that return SchemaNode Modifier and Type Method Description SchemaNodeSchemaEntityNode. getChild(java.lang.String name)SchemaNodeSchemaInternalNode. getChild(java.lang.String name)SchemaNodeSchemaNode. getChild(java.lang.String name)Methods in org.apache.iotdb.db.mpp.common.schematree.node that return types with arguments of type SchemaNode Modifier and Type Method Description java.util.Map<java.lang.String,SchemaNode>SchemaInternalNode. getChildren()java.util.Map<java.lang.String,SchemaNode>SchemaNode. getChildren()java.util.Iterator<SchemaNode>SchemaInternalNode. getChildrenIterator()java.util.Iterator<SchemaNode>SchemaNode. getChildrenIterator()Methods in org.apache.iotdb.db.mpp.common.schematree.node with parameters of type SchemaNode Modifier and Type Method Description voidSchemaInternalNode. addChild(java.lang.String name, SchemaNode child)voidSchemaNode. addChild(java.lang.String name, SchemaNode child)voidSchemaEntityNode. copyDataTo(SchemaNode schemaNode)voidSchemaInternalNode. copyDataTo(SchemaNode schemaNode)voidSchemaMeasurementNode. copyDataTo(SchemaNode schemaNode)abstract voidSchemaNode. copyDataTo(SchemaNode schemaNode)voidSchemaEntityNode. replaceChild(java.lang.String name, SchemaNode newChild)voidSchemaInternalNode. replaceChild(java.lang.String name, SchemaNode newChild)voidSchemaMeasurementNode. replaceChild(java.lang.String name, SchemaNode newChild)abstract voidSchemaNode. replaceChild(java.lang.String name, SchemaNode newChild) -
Uses of SchemaNode in org.apache.iotdb.db.mpp.common.schematree.visitor
Methods in org.apache.iotdb.db.mpp.common.schematree.visitor that return SchemaNode Modifier and Type Method Description protected SchemaNodeSchemaTreeVisitor. getChild(SchemaNode parent, java.lang.String childName)Methods in org.apache.iotdb.db.mpp.common.schematree.visitor that return types with arguments of type SchemaNode Modifier and Type Method Description protected java.util.Iterator<SchemaNode>SchemaTreeVisitor. getChildrenIterator(SchemaNode parent)Methods in org.apache.iotdb.db.mpp.common.schematree.visitor with parameters of type SchemaNode Modifier and Type Method Description protected booleanSchemaTreeMeasurementVisitor. checkNameMatch(java.lang.String targetName, SchemaNode node)protected booleanSchemaTreeMeasurementVisitor. checkOneLevelWildcardMatch(java.lang.String regex, SchemaNode node)protected SchemaNodeSchemaTreeVisitor. getChild(SchemaNode parent, java.lang.String childName)protected java.util.Iterator<SchemaNode>SchemaTreeVisitor. getChildrenIterator(SchemaNode parent)protected booleanSchemaTreeVisitor. isInternalNode(SchemaNode node)protected booleanSchemaTreeDeviceVisitor. processFullMatchedNode(SchemaNode node)protected booleanSchemaTreeMeasurementVisitor. processFullMatchedNode(SchemaNode node)protected booleanSchemaTreeDeviceVisitor. processInternalMatchedNode(SchemaNode node)protected booleanSchemaTreeMeasurementVisitor. processInternalMatchedNode(SchemaNode node)Constructors in org.apache.iotdb.db.mpp.common.schematree.visitor with parameters of type SchemaNode Constructor Description SchemaTreeDeviceVisitor(SchemaNode root, org.apache.iotdb.commons.path.PartialPath pathPattern, boolean isPrefixMatch)SchemaTreeMeasurementVisitor(SchemaNode root, org.apache.iotdb.commons.path.PartialPath pathPattern, int slimit, int soffset, boolean isPrefixMatch)SchemaTreeVisitor(SchemaNode root, org.apache.iotdb.commons.path.PartialPath pathPattern, int limit, int offset, boolean isPrefixMatch)
-