Package | Description |
---|---|
org.infinispan.commons.executors |
Commons Executors package
|
org.infinispan.configuration.global |
EmbeddedCacheManager configuration |
org.infinispan.executors |
Implementations of different executors used for asynchronous operation.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockingThreadPoolExecutorFactory |
class |
CachedThreadPoolExecutorFactory |
class |
ScheduledThreadPoolExecutorFactory |
Modifier and Type | Method and Description |
---|---|
<T extends ThreadPoolExecutorFactory> |
ThreadPoolConfiguration.threadPoolFactory() |
Modifier and Type | Method and Description |
---|---|
ThreadPoolConfigurationBuilder |
ThreadPoolConfigurationBuilder.threadPoolFactory(ThreadPoolExecutorFactory threadPoolFactory) |
Constructor and Description |
---|
ThreadPoolConfiguration(ThreadFactory threadFactory,
ThreadPoolExecutorFactory threadPoolFactory) |
Constructor and Description |
---|
LazyInitializingBlockingTaskAwareExecutorService(ThreadPoolExecutorFactory<ExecutorService> executorFactory,
ThreadFactory threadFactory,
TimeService timeService,
String controllerThreadName) |
LazyInitializingExecutorService(ThreadPoolExecutorFactory<ExecutorService> executorFactory,
ThreadFactory threadFactory) |
LazyInitializingScheduledExecutorService(ThreadPoolExecutorFactory<ScheduledExecutorService> executorFactory,
ThreadFactory threadFactory) |
Copyright © 2022 JBoss, a division of Red Hat. All rights reserved.