| Package | Description |
|---|---|
| org.apache.dubbo.common.timer | |
| org.apache.dubbo.registry.retry | |
| org.apache.dubbo.remoting.exchange.support.header |
| 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 |
Timer.newTimeout(TimerTask task,
long delay,
TimeUnit unit)
Schedules the specified
TimerTask for one-time execution after
the specified delay. |
Timeout |
HashedWheelTimer.newTimeout(TimerTask task,
long delay,
TimeUnit unit) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRetryTask
AbstractRetryTask
|
class |
FailedNotifiedTask
FailedNotifiedTask
|
class |
FailedRegisteredTask
FailedRegisteredTask
|
class |
FailedSubscribedTask
FailedSubscribedTask
|
class |
FailedUnregisteredTask
FailedUnregisteredTask
|
class |
FailedUnsubscribedTask
FailedUnsubscribedTask
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTimerTask
AbstractTimerTask
|
class |
CloseTimerTask
CloseTimerTask
|
class |
HeartbeatTimerTask
HeartbeatTimerTask
|
class |
ReconnectTimerTask
ReconnectTimerTask
|
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.