| 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.
|
| org.infinispan.factories.threads |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockingThreadPoolExecutorFactory
Deprecated.
since 12.0 with no replacement
|
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(String name,
ThreadFactory threadFactory,
ThreadPoolExecutorFactory threadPoolFactory) |
| Constructor and Description |
|---|
LazyInitializingBlockingTaskAwareExecutorService(ThreadPoolExecutorFactory<ExecutorService> executorFactory,
ThreadFactory threadFactory,
TimeService timeService) |
LazyInitializingExecutorService(ThreadPoolExecutorFactory<ExecutorService> executorFactory,
ThreadFactory threadFactory) |
LazyInitializingScheduledExecutorService(ThreadPoolExecutorFactory<ScheduledExecutorService> executorFactory,
ThreadFactory threadFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractThreadPoolExecutorFactory<T extends ExecutorService>
Abstract
ThreadPoolExecutorFactory that contains commons variables for configuring a thread pool |
class |
EnhancedQueueExecutorFactory
Executor Factory used for blocking executors which utilizes
EnhancedQueueExecutor internally. |
class |
NonBlockingThreadPoolExecutorFactory
Executor Factory used for non blocking executors which utilizes
ThreadPoolExecutor internally. |
| Modifier and Type | Method and Description |
|---|---|
static 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) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.