Attributes Summary | |
minimumSize : Integer | The minimum number of threads to allow in the pool. |
maximumSize : Integer | The maximum number of threads to allow in the pool. |
inactivityTimeout : Integer | The period of time after which a thread should be reclaimed due to inactivity. |
isGrowable : Boolean | Allows the number of threads to increase beyond the maximum size configured for the thread pool. |
Attribute Details |