Uses of Interface
org.infinispan.commons.executors.ThreadPoolExecutorFactory
-
Packages that use ThreadPoolExecutorFactory Package Description org.infinispan.commons.executors Commons Executors packageorg.infinispan.configuration.global EmbeddedCacheManager
configurationorg.infinispan.executors Implementations of different executors used for asynchronous operation. -
-
Uses of ThreadPoolExecutorFactory in org.infinispan.commons.executors
Classes in org.infinispan.commons.executors that implement ThreadPoolExecutorFactory Modifier and Type Class Description class
BlockingThreadPoolExecutorFactory
class
CachedThreadPoolExecutorFactory
class
ScheduledThreadPoolExecutorFactory
-
Uses of ThreadPoolExecutorFactory in org.infinispan.configuration.global
Methods in org.infinispan.configuration.global with type parameters of type ThreadPoolExecutorFactory Modifier and Type Method Description <T extends ThreadPoolExecutorFactory>
TThreadPoolConfiguration. threadPoolFactory()
Methods in org.infinispan.configuration.global with parameters of type ThreadPoolExecutorFactory Modifier and Type Method Description ThreadPoolConfigurationBuilder
ThreadPoolConfigurationBuilder. threadPoolFactory(ThreadPoolExecutorFactory threadPoolFactory)
Constructors in org.infinispan.configuration.global with parameters of type ThreadPoolExecutorFactory Constructor Description ThreadPoolConfiguration(ThreadFactory threadFactory, ThreadPoolExecutorFactory threadPoolFactory)
-
Uses of ThreadPoolExecutorFactory in org.infinispan.executors
Constructors in org.infinispan.executors with parameters of type ThreadPoolExecutorFactory Constructor Description LazyInitializingBlockingTaskAwareExecutorService(ThreadPoolExecutorFactory<ExecutorService> executorFactory, ThreadFactory threadFactory, TimeService timeService, String controllerThreadName)
LazyInitializingExecutorService(ThreadPoolExecutorFactory<ExecutorService> executorFactory, ThreadFactory threadFactory)
LazyInitializingScheduledExecutorService(ThreadPoolExecutorFactory<ScheduledExecutorService> executorFactory, ThreadFactory threadFactory)
-