| Package | Description |
|---|---|
| org.infinispan.configuration.global |
EmbeddedCacheManager configuration |
| org.infinispan.executors |
Implementations of different executors used for asynchronous operation.
|
| Modifier and Type | Method and Description |
|---|---|
ScheduledExecutorFactory |
ScheduledExecutorFactoryConfiguration.factory() |
| Modifier and Type | Method and Description |
|---|---|
ScheduledExecutorFactoryConfigurationBuilder |
ScheduledExecutorFactoryConfigurationBuilder.factory(ScheduledExecutorFactory factory)
Specify factory class for executor
NOTE: Currently Infinispan will not use the object instance, but instead instantiate a new
instance of the class.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SecurityAwareScheduledExecutorFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultScheduledExecutorFactory
Creates scheduled executors using the JDK Executors service
|
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.