Contents
Class AbstractThreadPoolExecutorFactory<T extends ExecutorService>
java.lang.Object
org.infinispan.factories.threads.AbstractThreadPoolExecutorFactory<T>
- All Implemented Interfaces:
ThreadPoolExecutorFactory<T>
- Direct Known Subclasses:
EnhancedQueueExecutorFactory
,NonBlockingThreadPoolExecutorFactory
public abstract class AbstractThreadPoolExecutorFactory<T extends ExecutorService>
extends Object
implements ThreadPoolExecutorFactory<T>
Abstract
ThreadPoolExecutorFactory
that contains commons variables for configuring a thread pool- Author:
- wburns
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final int
protected final long
protected final int
protected final int
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractThreadPoolExecutorFactory
(int maxThreads, int coreThreads, int queueLength, long keepAlive) -
Method Summary
Modifier and TypeMethodDescriptionint
long
int
int
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.infinispan.commons.executors.ThreadPoolExecutorFactory
createExecutor, createsNonBlockingThreads, validate