| 限定符和类型 | 类和说明 |
|---|---|
class |
CachedThreadPool
This thread pool is self-tuned.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
EagerThreadPool
EagerThreadPool
When the core threads are all in busy,
create new thread instead of putting task into blocking queue.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
FixedThreadPool
Creates a thread pool that reuses a fixed number of threads
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
LimitedThreadPool
Creates a thread pool that creates new threads as needed until limits reaches.
|
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.