Uses of Package
org.infinispan.factories.threads
Packages that use org.infinispan.factories.threads
-
Classes in org.infinispan.factories.threads used by org.infinispan.factories.threadsClassDescriptionAbstract
ThreadPoolExecutorFactory
that contains commons variables for configuring a thread poolThread 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.