public interface IConcurrentEntityFactory
| Modifier and Type | Method and Description |
|---|---|
<L> Callable<L> |
newDefaultCallable(Callable<L> runnable,
IStatistic statistic,
IStatisticRecord... statisticRecords) |
Runnable |
newDefaultRunnable(Runnable runnable,
IStatistic statistic,
IStatisticRecord... statisticRecords) |
RejectedExecutionHandler |
newRejectedExecutionHandler(IStatisticRecord rejectedCount) |
ThreadFactory |
newThreadFactory(String threadPoolName) |
ThreadFactory newThreadFactory(String threadPoolName)
RejectedExecutionHandler newRejectedExecutionHandler(IStatisticRecord rejectedCount)
<L> Callable<L> newDefaultCallable(Callable<L> runnable, IStatistic statistic, IStatisticRecord... statisticRecords)
Runnable newDefaultRunnable(Runnable runnable, IStatistic statistic, IStatisticRecord... statisticRecords)
Copyright © 2016. All Rights Reserved.