Uses of Interface
org.apache.dubbo.common.timer.Timeout
Packages that use Timeout
-
Uses of Timeout in org.apache.dubbo.common.timer
Methods in org.apache.dubbo.common.timer that return TimeoutModifier 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.Methods in org.apache.dubbo.common.timer that return types with arguments of type TimeoutModifier and TypeMethodDescriptionHashedWheelTimer.stop()Timer.stop()Releases all resources acquired by thisTimerand cancels all tasks which were scheduled but not executed yet.Methods in org.apache.dubbo.common.timer with parameters of type TimeoutModifier and TypeMethodDescriptionvoidExecuted after the delay specified withTimer.newTimeout(TimerTask, long, TimeUnit).