Uses of Interface
org.infinispan.commons.executors.ThreadPoolExecutorFactory
Package
Description
Commons Executors package
EmbeddedCacheManager
configurationImplementations of different executors used for asynchronous operation.
-
Uses of ThreadPoolExecutorFactory in org.infinispan.commons.executors
Modifier 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
Modifier and TypeMethodDescription<T extends ThreadPoolExecutorFactory>
TThreadPoolConfiguration.threadPoolFactory()
Modifier and TypeMethodDescriptionThreadPoolConfigurationBuilder.threadPoolFactory
(ThreadPoolExecutorFactory threadPoolFactory) ModifierConstructorDescriptionprotected
ThreadPoolConfiguration
(String name, ThreadFactory threadFactory, ThreadPoolExecutorFactory threadPoolFactory) -
Uses of ThreadPoolExecutorFactory in org.infinispan.executors
ModifierConstructorDescriptionLazyInitializingBlockingTaskAwareExecutorService
(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
Modifier 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.Modifier 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)