Class SchemaTreeDeviceVisitor

    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.iotdb.commons.schema.tree.AbstractTreeVisitor

        org.apache.iotdb.commons.schema.tree.AbstractTreeVisitor.AncestorStackEntry<N extends java.lang.Object>, org.apache.iotdb.commons.schema.tree.AbstractTreeVisitor.VisitorStackEntry<N extends java.lang.Object>
    • Field Summary

      • Fields inherited from class org.apache.iotdb.commons.schema.tree.AbstractTreeVisitorWithLimitOffset

        count, curOffset, hasLimit, limit, offset
      • Fields inherited from class org.apache.iotdb.commons.schema.tree.AbstractTreeVisitor

        ancestorStack, isPrefixMatch, lastMultiLevelWildcardIndexOfMatchedNode, nextMatchedNode, nodes, patternIndexOfMatchedNode, root, shouldVisitSubtree, visitorStack
    • Constructor Summary

      Constructors 
      Constructor Description
      SchemaTreeDeviceVisitor​(SchemaNode root, org.apache.iotdb.commons.path.PartialPath pathPattern, boolean isPrefixMatch)  
    • Constructor Detail

      • SchemaTreeDeviceVisitor

        public SchemaTreeDeviceVisitor​(SchemaNode root,
                                       org.apache.iotdb.commons.path.PartialPath pathPattern,
                                       boolean isPrefixMatch)
    • Method Detail

      • processInternalMatchedNode

        protected boolean processInternalMatchedNode​(SchemaNode node)
        Specified by:
        processInternalMatchedNode in class org.apache.iotdb.commons.schema.tree.AbstractTreeVisitor<SchemaNode,​DeviceSchemaInfo>
      • processFullMatchedNode

        protected boolean processFullMatchedNode​(SchemaNode node)
        Specified by:
        processFullMatchedNode in class org.apache.iotdb.commons.schema.tree.AbstractTreeVisitor<SchemaNode,​DeviceSchemaInfo>