接口的使用
org.apache.dubbo.common.timer.TimerTask
-
使用TimerTask的程序包 程序包 说明 org.apache.dubbo.common.timer -
-
org.apache.dubbo.common.timer中TimerTask的使用
返回TimerTask的org.apache.dubbo.common.timer中的方法 修饰符和类型 方法 说明 TimerTaskTimeout. task()Returns theTimerTaskwhich is associated with this handle.参数类型为TimerTask的org.apache.dubbo.common.timer中的方法 修饰符和类型 方法 说明 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.
-