Uses of Interface
org.infinispan.commons.executors.ThreadPoolExecutorFactory
-
Packages that use ThreadPoolExecutorFactory Package Description org.infinispan.commons.executors Commons Executors packageorg.infinispan.configuration.global EmbeddedCacheManagerconfigurationorg.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 classBlockingThreadPoolExecutorFactoryclassCachedThreadPoolExecutorFactoryclassScheduledThreadPoolExecutorFactory -
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 ThreadPoolConfigurationBuilderThreadPoolConfigurationBuilder. threadPoolFactory(ThreadPoolExecutorFactory threadPoolFactory)Constructors in org.infinispan.configuration.global with parameters of type ThreadPoolExecutorFactory Constructor Description ThreadPoolConfiguration(java.util.concurrent.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<java.util.concurrent.ExecutorService> executorFactory, java.util.concurrent.ThreadFactory threadFactory, TimeService timeService, java.lang.String controllerThreadName)LazyInitializingExecutorService(ThreadPoolExecutorFactory<java.util.concurrent.ExecutorService> executorFactory, java.util.concurrent.ThreadFactory threadFactory)LazyInitializingScheduledExecutorService(ThreadPoolExecutorFactory<java.util.concurrent.ScheduledExecutorService> executorFactory, java.util.concurrent.ThreadFactory threadFactory)
-