Uses of Interface
org.infinispan.commons.executors.ThreadPoolExecutorFactory
Packages that use ThreadPoolExecutorFactory
Package
Description
Commons Executors package
EmbeddedCacheManager
configurationImplementations of different executors used for asynchronous operation.
-
Uses of ThreadPoolExecutorFactory in org.infinispan.commons.executors
Classes in org.infinispan.commons.executors that implement ThreadPoolExecutorFactoryModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.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) -
Uses of ThreadPoolExecutorFactory in org.infinispan.executors
Constructors in org.infinispan.executors with parameters of type ThreadPoolExecutorFactoryModifierConstructorDescriptionLazyInitializingBlockingTaskAwareExecutorService
(ThreadPoolExecutorFactory<ExecutorService> executorFactory, ThreadFactory threadFactory, TimeService timeService) LazyInitializingExecutorService
(ThreadPoolExecutorFactory<ExecutorService> executorFactory, ThreadFactory threadFactory) LazyInitializingScheduledExecutorService
(ThreadPoolExecutorFactory<ScheduledExecutorService> executorFactory, ThreadFactory threadFactory) -
Uses of ThreadPoolExecutorFactory in org.infinispan.factories.threads
Classes in org.infinispan.factories.threads that implement ThreadPoolExecutorFactoryModifier and TypeClassDescriptionclass
AbstractThreadPoolExecutorFactory<T extends ExecutorService>
AbstractThreadPoolExecutorFactory
that contains commons variables for configuring a thread poolclass
Executor Factory used for blocking executors which utilizesEnhancedQueueExecutor
internally.class
Executor Factory used for non blocking executors which utilizesThreadPoolExecutor
internally.Methods in org.infinispan.factories.threads that return ThreadPoolExecutorFactoryModifier and TypeMethodDescriptionstatic ThreadPoolExecutorFactory
<? extends ExecutorService> CoreExecutorFactory.executorFactory
(int maxThreads, int queueLength, boolean nonBlocking) static ThreadPoolExecutorFactory
<? extends ExecutorService> CoreExecutorFactory.executorFactory
(int maxThreads, int coreThreads, int queueLength, long keepAlive, boolean nonBlocking)