Class FileHandleManagerImpl.WALWriter
- java.lang.Object
-
- org.apache.ignite.internal.util.worker.GridWorker
-
- org.apache.ignite.internal.processors.cache.persistence.wal.filehandle.FileHandleManagerImpl.WALWriter
-
- All Implemented Interfaces:
Runnable,WorkProgressDispatcher
- Enclosing class:
- FileHandleManagerImpl
public class FileHandleManagerImpl.WALWriter extends GridWorker
WAL writer worker.
-
-
Field Summary
-
Fields inherited from class org.apache.ignite.internal.util.worker.GridWorker
isCancelled, log
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbody()The implementation should provide the execution body for this runnable.voidrestart()Restart worker in IgniteThread.-
Methods inherited from class org.apache.ignite.internal.util.worker.GridWorker
blockingSectionBegin, blockingSectionEnd, cancel, cleanup, heartbeatTs, igniteInstanceName, isCancelled, isDone, join, name, onCancel, onCancelledBeforeWorkerScheduled, onIdle, run, runner, toString, updateHeartbeat
-
-
-
-
Method Detail
-
body
protected void body()
The implementation should provide the execution body for this runnable.- Specified by:
bodyin classGridWorker
-
restart
public void restart()
Restart worker in IgniteThread.
-
-