Uses of Interface
org.infinispan.commons.executors.ThreadPoolExecutorFactory
Packages that use ThreadPoolExecutorFactory
-
Uses of ThreadPoolExecutorFactory in org.infinispan.commons.executors
Classes in org.infinispan.commons.executors that implement ThreadPoolExecutorFactoryModifier and TypeClassDescriptionclass
Deprecated.since 12.0 with no replacementenum
enum
-
Uses of ThreadPoolExecutorFactory in org.infinispan.configuration.global
Methods in org.infinispan.configuration.global with type parameters of type ThreadPoolExecutorFactoryModifier and TypeMethodDescription<T extends ThreadPoolExecutorFactory>
TThreadPoolConfiguration.threadPoolFactory()
Methods in org.infinispan.configuration.global with parameters of type ThreadPoolExecutorFactoryModifier and TypeMethodDescriptionThreadPoolConfigurationBuilder.threadPoolFactory
(ThreadPoolExecutorFactory threadPoolFactory) Constructors in org.infinispan.configuration.global with parameters of type ThreadPoolExecutorFactoryModifierConstructorDescriptionprotected
ThreadPoolConfiguration
(String name, ThreadFactory threadFactory, ThreadPoolExecutorFactory threadPoolFactory)