| Class | Description |
|---|---|
| DaemonThreadFactory |
Allows us to set the daemon status on the threads.
|
| PoolConfiguration |
This object holds configuration data for a thread pool.
|
| ThreadPoolManager |
This manages threadpools for an application
It is a singleton since threads need to be managed vm wide.
|
| Enum | Description |
|---|---|
| PoolConfiguration.WhenBlockedPolicy |
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.