public static class GlobalPooledExecutor.Tunable extends TunableConstants
| Modifier and Type | Field and Description |
|---|---|
boolean |
disableHardLimit
Can be needed for applications which need a high thread count.
|
int |
hardLimitThreadCount
No more threads than this limit are created.
|
int |
idleTimeMillis
Time a thread waits for a next task.
|
int |
queueSize
Waiting task queue size.
|
int |
randomIdleTimeMillis
A random value gets added to the idle time.
|
boolean |
randomizeIdleTime
Idle time is extended by a random interval between 0 and
randomIdleTimeMillis. |
ThreadFactoryProvider |
threadFactoryProvider |
int |
warningLimitThreadCount
When this maximum thread count was reached once, an orange alert is issued.
|
| Constructor and Description |
|---|
GlobalPooledExecutor.Tunable() |
public int queueSize
public int idleTimeMillis
public int randomIdleTimeMillis
public boolean randomizeIdleTime
randomIdleTimeMillis.public int hardLimitThreadCount
public boolean disableHardLimit
public int warningLimitThreadCount
public ThreadFactoryProvider threadFactoryProvider
public GlobalPooledExecutor.Tunable()
cache2k API documentation. Copyright © 2000–2015 headissue GmbH, Munich.