Uses of Interface
org.apache.dubbo.common.timer.TimerTask
Packages that use TimerTask
-
Uses of TimerTask in org.apache.dubbo.common.timer
Methods in org.apache.dubbo.common.timer that return TimerTaskModifier and TypeMethodDescriptionTimeout.task()Returns theTimerTaskwhich is associated with this handle.Methods in org.apache.dubbo.common.timer with parameters of type TimerTaskModifier and TypeMethodDescriptionHashedWheelTimer.newTimeout(TimerTask task, long delay, TimeUnit unit) Timer.newTimeout(TimerTask task, long delay, TimeUnit unit) Schedules the specifiedTimerTaskfor one-time execution after the specified delay.