| Package | Description |
|---|---|
| com.liferay.portal.kernel.concurrent |
| Modifier and Type | Class and Description |
|---|---|
class |
ClearThreadLocalThreadPoolHandler |
class |
ThreadPoolHandlerAdapter |
| Modifier and Type | Method and Description |
|---|---|
ThreadPoolHandler |
ThreadPoolExecutor.getThreadPoolHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
ThreadPoolExecutor.setThreadPoolHandler(ThreadPoolHandler threadPoolHandler) |
| Constructor and Description |
|---|
ThreadPoolExecutor(int corePoolSize,
int maxPoolSize,
long keepAliveTime,
TimeUnit timeUnit,
boolean allowCoreThreadTimeout,
int maxQueueSize,
RejectedExecutionHandler rejectedExecutionHandler,
ThreadFactory threadFactory,
ThreadPoolHandler threadPoolHandler) |