Class DeletePartitionPlan

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

    public class DeletePartitionPlan
    extends PhysicalPlan
    • Constructor Detail

      • DeletePartitionPlan

        public DeletePartitionPlan​(org.apache.iotdb.commons.path.PartialPath storageGroupName,
                                   java.util.Set<java.lang.Long> partitionId)
    • Method Detail

      • getPaths

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

        public org.apache.iotdb.commons.path.PartialPath getStorageGroupName()
      • getPartitionId

        public java.util.Set<java.lang.Long> getPartitionId()