Package org.infinispan.factories.threads
package org.infinispan.factories.threads
-
ClassDescriptionAbstractThreadPoolExecutorFactory<T extends ExecutorService>Abstract
ThreadPoolExecutorFactory
that contains commons variables for configuring a thread poolStatic factory class for producing executor factories in the core moduleThread factory based on JBoss Thread's JBossThreadFactory.Executor Factory used for blocking executors which utilizesEnhancedQueueExecutor
internally.Executor Factory used for non blocking executors which utilizesThreadPoolExecutor
internally.