Class TemplateNode

    • Constructor Detail

      • TemplateNode

        public TemplateNode​(java.lang.String name)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getChildren

        public java.util.Map<java.lang.String,​TemplateNode> getChildren()
      • addChild

        public void addChild​(TemplateNode node)
                      throws org.apache.iotdb.rpc.StatementExecutionException
        Throws:
        org.apache.iotdb.rpc.StatementExecutionException
      • deleteChild

        public void deleteChild​(TemplateNode node)
      • isMeasurement

        public boolean isMeasurement()
      • isShareTime

        public boolean isShareTime()
      • serialize

        public void serialize​(java.io.OutputStream buffer)
                       throws java.io.IOException
        Throws:
        java.io.IOException