| Package | Description |
|---|---|
| com.alipay.sofa.common.thread |
| Modifier and Type | Method and Description |
|---|---|
ThreadPoolConfig |
ThreadPoolConfig.SofaThreadConfigBuilder.build() |
ThreadPoolConfig |
SofaThreadPoolExecutor.getConfig() |
ThreadPoolConfig |
SofaScheduledThreadPoolExecutor.getConfig() |
ThreadPoolConfig |
ThreadPoolMonitorWrapper.getThreadPoolConfig()
Return the
ThreadPoolConfig |
| Modifier and Type | Method and Description |
|---|---|
void |
ThreadPoolGovernor.registerThreadPoolExecutor(ThreadPoolExecutor threadPoolExecutor,
ThreadPoolConfig threadPoolConfig,
ThreadPoolStatistics threadPoolStatistics)
|
void |
ThreadPoolGovernor.unregisterThreadPoolExecutor(ThreadPoolConfig threadPoolConfig)
Unregister the
ThreadPoolExecutor by it's ThreadPoolConfig |
| Constructor and Description |
|---|
ThreadPoolMonitorRunner(ThreadPoolConfig threadPoolConfig,
ThreadPoolStatistics threadPoolStatistics) |
ThreadPoolMonitorWrapper(ThreadPoolExecutor threadPoolExecutor,
ThreadPoolConfig threadPoolConfig,
ThreadPoolStatistics threadPoolStatistics) |
Copyright © 2024. All rights reserved.