Package org.apache.iotdb.db.wal.recover
Class WALNodeRecoverTask
- java.lang.Object
-
- org.apache.iotdb.db.wal.recover.WALNodeRecoverTask
-
- All Implemented Interfaces:
java.lang.Runnable
public class WALNodeRecoverTask extends java.lang.Object implements java.lang.RunnableThis 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 voidrun()
-