Class ActivateTemplateNode

    • Constructor Detail

      • ActivateTemplateNode

        public ActivateTemplateNode​(PlanNodeId id,
                                    org.apache.iotdb.commons.path.PartialPath activatePath,
                                    int templateSetLevel,
                                    int templateId)
    • Method Detail

      • getActivatePath

        public org.apache.iotdb.commons.path.PartialPath getActivatePath()
      • setActivatePath

        public void setActivatePath​(org.apache.iotdb.commons.path.PartialPath activatePath)
      • getTemplateSetLevel

        public int getTemplateSetLevel()
      • setTemplateSetLevel

        public void setTemplateSetLevel​(int templateSetLevel)
      • getTemplateId

        public int getTemplateId()
      • setTemplateId

        public void setTemplateId​(int templateId)
      • getRegionReplicaSet

        public org.apache.iotdb.common.rpc.thrift.TRegionReplicaSet getRegionReplicaSet()
      • setRegionReplicaSet

        public void setRegionReplicaSet​(org.apache.iotdb.common.rpc.thrift.TRegionReplicaSet regionReplicaSet)
      • getOutputColumnNames

        public java.util.List<java.lang.String> getOutputColumnNames()
        Specified by:
        getOutputColumnNames in class PlanNode
      • serializeAttributes

        protected void serializeAttributes​(java.nio.ByteBuffer byteBuffer)
        Specified by:
        serializeAttributes in class PlanNode
      • serializeAttributes

        protected void serializeAttributes​(java.io.DataOutputStream stream)
                                    throws java.io.IOException
        Specified by:
        serializeAttributes in class PlanNode
        Throws:
        java.io.IOException