Class ShowTimeSeriesPlan

  • All Implemented Interfaces:
    org.apache.iotdb.consensus.common.request.IConsensusRequest

    public class ShowTimeSeriesPlan
    extends ShowPlan
    • Constructor Detail

      • ShowTimeSeriesPlan

        public ShowTimeSeriesPlan​(org.apache.iotdb.commons.path.PartialPath path)
      • ShowTimeSeriesPlan

        public ShowTimeSeriesPlan​(org.apache.iotdb.commons.path.PartialPath path,
                                  boolean isContains,
                                  java.lang.String key,
                                  java.lang.String value,
                                  int limit,
                                  int offset,
                                  boolean orderByHeat)
      • ShowTimeSeriesPlan

        public ShowTimeSeriesPlan​(org.apache.iotdb.commons.path.PartialPath path,
                                  int limit,
                                  int offset)
      • ShowTimeSeriesPlan

        public ShowTimeSeriesPlan()
    • Method Detail

      • isContains

        public boolean isContains()
      • setIsContains

        public void setIsContains​(boolean isContains)
      • getKey

        public java.lang.String getKey()
      • setKey

        public void setKey​(java.lang.String key)
      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)
      • isOrderByHeat

        public boolean isOrderByHeat()
      • setOrderByHeat

        public void setOrderByHeat​(boolean orderByHeat)
      • getRelatedTemplate

        public java.util.Map<java.lang.Integer,​Template> getRelatedTemplate()
      • setRelatedTemplate

        public void setRelatedTemplate​(java.util.Map<java.lang.Integer,​Template> relatedTemplate)
      • serialize

        public void serialize​(java.io.DataOutputStream outputStream)
                       throws java.io.IOException
        Description copied from class: PhysicalPlan
        Serialize the plan into the given buffer. All necessary fields will be serialized.
        Overrides:
        serialize in class PhysicalPlan
        Throws:
        java.io.IOException
      • deserialize

        public void deserialize​(java.nio.ByteBuffer buffer)
                         throws org.apache.iotdb.commons.exception.IllegalPathException
        Description copied from class: PhysicalPlan
        Deserialize the plan from the given buffer.
        Overrides:
        deserialize in class PhysicalPlan
        Throws:
        org.apache.iotdb.commons.exception.IllegalPathException