Class DropContinuousQueryPlan

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

    public class DropContinuousQueryPlan
    extends PhysicalPlan
    • Constructor Detail

      • DropContinuousQueryPlan

        public DropContinuousQueryPlan()
      • DropContinuousQueryPlan

        public DropContinuousQueryPlan​(java.lang.String continuousQueryName)
    • Method Detail

      • getPaths

        public java.util.List<org.apache.iotdb.commons.path.PartialPath> getPaths()
        Specified by:
        getPaths in class PhysicalPlan
      • getContinuousQueryName

        public java.lang.String getContinuousQueryName()
      • deserialize

        public void deserialize​(java.nio.ByteBuffer buffer)
        Description copied from class: PhysicalPlan
        Deserialize the plan from the given buffer.
        Overrides:
        deserialize in class PhysicalPlan