Class UpgradeSevice

  • All Implemented Interfaces:
    org.apache.iotdb.commons.service.IService

    public class UpgradeSevice
    extends java.lang.Object
    implements org.apache.iotdb.commons.service.IService
    • Method Detail

      • start

        public void start()
        Specified by:
        start in interface org.apache.iotdb.commons.service.IService
      • stop

        public void stop()
        Specified by:
        stop in interface org.apache.iotdb.commons.service.IService
      • getID

        public org.apache.iotdb.commons.service.ServiceType getID()
        Specified by:
        getID in interface org.apache.iotdb.commons.service.IService
      • getTotalUpgradeFileNum

        public static java.util.concurrent.atomic.AtomicInteger getTotalUpgradeFileNum()
      • submitUpgradeTask

        public void submitUpgradeTask​(UpgradeTask upgradeTask)