| 程序包 | 说明 |
|---|---|
| com.alipay.remoting | |
| com.alipay.remoting.util |
| 限定符和类型 | 字段和说明 |
|---|---|
protected ConcurrentHashMap<String,RunStateRecordedFutureTask<ConnectionPool>> |
DefaultConnectionManager.connTasks
connection pool initialize tasks
|
| 限定符和类型 | 方法和说明 |
|---|---|
ConcurrentHashMap<String,RunStateRecordedFutureTask<ConnectionPool>> |
DefaultConnectionManager.getConnPools()
Getter method for property connPools.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ConnectionMonitorStrategy.monitor(Map<String,RunStateRecordedFutureTask<ConnectionPool>> connPools)
Add a set of connections to monitor.
|
void |
ScheduledDisconnectStrategy.monitor(Map<String,RunStateRecordedFutureTask<ConnectionPool>> connPools)
Monitor connections and close connections with status is off
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> T |
FutureTaskUtil.getFutureTaskResult(RunStateRecordedFutureTask<T> task,
org.slf4j.Logger logger)
get the result of a future task
Notice: the run method of this task should have been called at first.
|
Copyright © 2021. All rights reserved.