Package org.apache.ignite.internal.util
Class GridTimerTask
- java.lang.Object
-
- java.util.TimerTask
-
- org.apache.ignite.internal.util.GridTimerTask
-
-
Constructor Summary
Constructors Constructor Description GridTimerTask()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidrun()protected abstract voidsafeRun()-
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
-
-
-
-
Method Detail
-
safeRun
protected abstract void safeRun() throws InterruptedException- Throws:
InterruptedException- Thrown in case other thread interrupted this thread.
-
-