Uses of Interface
cn.sliew.milky.common.timewheel.TimerTask
-
Packages that use TimerTask Package Description cn.sliew.milky.common.timewheel -
-
Uses of TimerTask in cn.sliew.milky.common.timewheel
Methods in cn.sliew.milky.common.timewheel that return TimerTask Modifier and Type Method Description TimerTaskTimeout. task()Returns theTimerTaskwhich is associated with this handle.Methods in cn.sliew.milky.common.timewheel with parameters of type TimerTask Modifier and Type Method Description TimeoutHashedWheelTimer. newTimeout(TimerTask task, long delay, TimeUnit unit)TimeoutTimer. newTimeout(TimerTask task, long delay, TimeUnit unit)Schedules the specifiedTimerTaskfor one-time execution after the specified delay.
-