Uses of Interface
org.infinispan.commons.executors.ThreadPoolExecutorFactory
-
Packages that use ThreadPoolExecutorFactory Package Description org.infinispan.commons.executors Commons Executors packageorg.infinispan.configuration.global EmbeddedCacheManagerconfiguration -
-
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)
-