Class WALNodeRecoverTask

  • All Implemented Interfaces:
    java.lang.Runnable

    public class WALNodeRecoverTask
    extends java.lang.Object
    implements java.lang.Runnable
    This task is responsible for the recovery of one wal node.
    • Constructor Summary

      Constructors 
      Constructor Description
      WALNodeRecoverTask​(java.io.File logDirectory, java.util.concurrent.CountDownLatch allNodesRecoveredLatch)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      • Methods inherited from class java.lang.Object

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

      • WALNodeRecoverTask

        public WALNodeRecoverTask​(java.io.File logDirectory,
                                  java.util.concurrent.CountDownLatch allNodesRecoveredLatch)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable