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 TypeClassDescriptionclassDeprecated.since 12.0 with no replacementenumenum -
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 ThreadPoolExecutorFactoryModifierConstructorDescriptionprotectedThreadPoolConfiguration(String name, ThreadFactory threadFactory, ThreadPoolExecutorFactory threadPoolFactory)