Class PruneTemplatePlan

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

    public class PruneTemplatePlan
    extends PhysicalPlan
    • Constructor Detail

      • PruneTemplatePlan

        public PruneTemplatePlan()
      • PruneTemplatePlan

        public PruneTemplatePlan​(java.lang.String name,
                                 java.util.List<java.lang.String> prunedMeasurements)
    • Method Detail

      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • getPrunedMeasurements

        public java.util.List<java.lang.String> getPrunedMeasurements()
      • 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
      • 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
      • getPaths

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