程序包 org.apache.dubbo.common.timer
-
接口概要 接口 说明 Timeout Timer SchedulesTimerTasks for one-time future execution in a background thread.TimerTask A task which is executed after the delay specified withTimer.newTimeout(TimerTask, long, TimeUnit)(TimerTask, long, TimeUnit)}. -
类概要 类 说明 HashedWheelTimer ATimeroptimized for approximated I/O timeout scheduling.