Package | Description |
---|---|
com.liferay.portal.kernel.concurrent | |
com.liferay.portal.kernel.executor |
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) |
Modifier and Type | Method and Description |
---|---|
ThreadPoolHandler |
PortalExecutorConfig.getThreadPoolHandler()
Deprecated.
|
Constructor and Description |
---|
PortalExecutorConfig(String name,
int corePoolSize,
int maxPoolSize,
long keepAliveTime,
TimeUnit timeUnit,
boolean allowCoreThreadTimeout,
int maxQueueSize,
RejectedExecutionHandler rejectedExecutionHandler,
ThreadPoolHandler threadPoolHandler,
int priority,
ClassLoader contextClassLoader)
Deprecated.
|