Class SettlePlan

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

    public class SettlePlan
    extends PhysicalPlan
    • Constructor Detail

      • SettlePlan

        public SettlePlan​(org.apache.iotdb.commons.path.PartialPath sgPath)
      • SettlePlan

        public SettlePlan​(java.lang.String tsFilePath)
    • Method Detail

      • isSgPath

        public boolean isSgPath()
      • setIsSgPath

        public void setIsSgPath​(boolean isSgPath)
      • getPaths

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

        public org.apache.iotdb.commons.path.PartialPath getSgPath()
      • getTsFilePath

        public java.lang.String getTsFilePath()