Class DeleteTimeSeriesPlan

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

    public class DeleteTimeSeriesPlan
    extends PhysicalPlan
    • Constructor Detail

      • DeleteTimeSeriesPlan

        public DeleteTimeSeriesPlan​(java.util.List<org.apache.iotdb.commons.path.PartialPath> deletePathList)
      • DeleteTimeSeriesPlan

        public DeleteTimeSeriesPlan()
    • Method Detail

      • getPaths

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

        public void setDeletePathList​(java.util.List<org.apache.iotdb.commons.path.PartialPath> deletePathList)
      • 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
      • setPaths

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

        public java.util.Map<java.lang.Integer,​org.apache.iotdb.common.rpc.thrift.TSStatus> getResults()
      • getFailingStatus

        public org.apache.iotdb.common.rpc.thrift.TSStatus[] getFailingStatus()
      • toString

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