| Modifier and Type | Field and Description |
|---|---|
static TimeSpec |
TimeSpec.DEFAULT_KEEPALIVE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TimeSpec.equals(TimeSpec obj) |
void |
UnboundedQueueThreadPoolService.setKeepAlive(TimeSpec keepAlive) |
void |
QueuelessThreadPoolService.setKeepAlive(TimeSpec keepAliveSpec) |
void |
BoundedQueueThreadPoolService.setKeepAlive(TimeSpec keepAlive) |
| Constructor and Description |
|---|
BoundedQueueThreadPoolService(int coreThreads,
int maxThreads,
int queueLength,
boolean blocking,
TimeSpec keepAlive,
boolean allowCoreTimeout) |
QueuelessThreadPoolService(int maxThreads,
boolean blocking,
TimeSpec keepAlive) |
ScheduledThreadPoolService(int maxThreads,
TimeSpec keepAlive) |
UnboundedQueueThreadPoolService(boolean allowCoreThreadTimeout,
int maxThreads,
TimeSpec keepAlive) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.