Class UpgradeTask

  • All Implemented Interfaces:
    java.lang.Runnable

    public class UpgradeTask
    extends org.apache.iotdb.commons.concurrent.WrappedRunnable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void runMayThrow()  
      • Methods inherited from class org.apache.iotdb.commons.concurrent.WrappedRunnable

        run, wrap
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • runMayThrow

        public void runMayThrow()
        Specified by:
        runMayThrow in class org.apache.iotdb.commons.concurrent.WrappedRunnable