Uses of Interface
cn.sliew.milky.common.timewheel.Timeout
-
Packages that use Timeout Package Description cn.sliew.milky.common.timewheel -
-
Uses of Timeout in cn.sliew.milky.common.timewheel
Methods in cn.sliew.milky.common.timewheel that return Timeout 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.Methods in cn.sliew.milky.common.timewheel that return types with arguments of type Timeout Modifier and Type Method Description Set<Timeout>HashedWheelTimer. stop()Set<Timeout>Timer. stop()Releases all resources acquired by thisTimerand cancels all tasks which were scheduled but not executed yet.Methods in cn.sliew.milky.common.timewheel with parameters of type Timeout Modifier and Type Method Description voidTimerTask. run(Timeout timeout)Executed after the delay specified withTimer.newTimeout(TimerTask, long, TimeUnit).
-