| Package | Description |
|---|---|
| org.apache.dubbo.common.threadpool.manager | |
| org.apache.dubbo.rpc.model |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultExecutorRepository
Consider implementing
Lifecycle to enable executors shutdown when the process stops. |
class |
IsolationExecutorRepository
Thread pool isolation between services, that is, a service has its own thread pool and not interfere with each other
|
| Modifier and Type | Method and Description |
|---|---|
static ExecutorRepository |
ExecutorRepository.getInstance(ApplicationModel applicationModel) |
| Modifier and Type | Method and Description |
|---|---|
ExecutorRepository |
ApplicationModel.getApplicationExecutorRepository() |
static ExecutorRepository |
ApplicationModel.getExecutorRepository()
Deprecated.
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.