Package | Description |
---|---|
org.spf4j.concurrent |
Modifier and Type | Field and Description |
---|---|
static RejectedExecutionHandler |
RejectedExecutionHandler.REJECT_EXCEPTION_EXEC_HANDLER |
static RejectedExecutionHandler |
RejectedExecutionHandler.RUN_IN_CALLER_EXEC_HANDLER |
Modifier and Type | Method and Description |
---|---|
LifoThreadPoolBuilder |
LifoThreadPoolBuilder.withRejectionHandler(RejectedExecutionHandler rejectionHandler) |
Constructor and Description |
---|
LifoThreadPoolExecutorSQP(String poolName,
int coreSize,
int maxSize,
int maxIdleTimeMillis,
int queueSizeLimit,
boolean daemonThreads,
RejectedExecutionHandler rejectionHandler) |
LifoThreadPoolExecutorSQP(String poolName,
int coreSize,
int maxSize,
int maxIdleTimeMillis,
int queueSizeLimit,
boolean daemonThreads,
RejectedExecutionHandler rejectionHandler,
int threadPriority) |
Copyright © 2018 SPF4J. All rights reserved.