Uses of Class
org.cache2k.core.timing.TimerTask
-
Packages that use TimerTask Package Description org.cache2k.core org.cache2k.core.timing -
-
Uses of TimerTask in org.cache2k.core
Methods in org.cache2k.core that return TimerTask Modifier and Type Method Description TimerTaskEntry. getTask()Methods in org.cache2k.core with parameters of type TimerTask Modifier and Type Method Description voidEntry. setTask(TimerTask v) -
Uses of TimerTask in org.cache2k.core.timing
Methods in org.cache2k.core.timing that return TimerTask Modifier and Type Method Description TimerTaskTimerStructure. removeNextToRun(long time)Return a task that is supposed to execute at the given time or earlier.TimerTaskTimerWheels. removeNextToRun(long time)Methods in org.cache2k.core.timing with parameters of type TimerTask Modifier and Type Method Description voidDefaultTimer. cancel(TimerTask t)voidTimer. cancel(TimerTask t)Cancel the timer task.voidDefaultTimer. schedule(TimerTask task, long time)Schedule the specified timer task for execution at the specified time, in milliseconds.voidTimer. schedule(TimerTask task, long time)Schedule the specified timer task for execution at the specified time, in milliseconds.longTimerStructure. schedule(TimerTask task, long time)Insert task.longTimerWheels. schedule(TimerTask task, long time)
-