| Package | Description |
|---|---|
| com.alibaba.dubbo.common.threadpool.support.cached | |
| com.alibaba.dubbo.common.threadpool.support.fixed | |
| com.alibaba.dubbo.common.threadpool.support.limited |
| Modifier and Type | Class and Description |
|---|---|
class |
CachedThreadPool
This thread pool is self-tuned.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FixedThreadPool
Creates a thread pool that reuses a fixed number of threads
|
| Modifier and Type | Class and Description |
|---|---|
class |
LimitedThreadPool
Creates a thread pool that creates new threads as needed until limits reaches.
|
Copyright © 2011–2018 The Dubbo Project. All rights reserved.