Class DropIndexPlan

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

    public class DropIndexPlan
    extends PhysicalPlan
    • Field Detail

      • paths

        protected java.util.List<org.apache.iotdb.commons.path.PartialPath> paths
    • Constructor Detail

      • DropIndexPlan

        public DropIndexPlan()
      • DropIndexPlan

        public DropIndexPlan​(java.util.List<org.apache.iotdb.commons.path.PartialPath> paths,
                             IndexType indexType)
    • Method Detail

      • setPaths

        public void setPaths​(java.util.List<org.apache.iotdb.commons.path.PartialPath> paths)
        Overrides:
        setPaths in class PhysicalPlan
      • getPaths

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

        public IndexType getIndexType()
      • setIndexType

        public void setIndexType​(IndexType indexType)
      • serialize

        public void serialize​(java.io.DataOutputStream stream)
                       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
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object