| Package | Description |
|---|---|
| org.apache.dubbo.common.timer |
| Modifier and Type | Method and Description |
|---|---|
TimerTask |
Timeout.task()
Returns the
TimerTask which is associated with this handle. |
| Modifier and Type | Method and Description |
|---|---|
Timeout |
HashedWheelTimer.newTimeout(TimerTask task,
long delay,
TimeUnit unit) |
Timeout |
Timer.newTimeout(TimerTask task,
long delay,
TimeUnit unit)
Schedules the specified
TimerTask for one-time execution after
the specified delay. |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.