| Package | Description |
|---|---|
| org.infinispan.config |
Cache configuration beans and parsers.
|
| org.infinispan.configuration.global | |
| org.infinispan.executors |
Implementations of different executors used for asynchronous operation.
|
| Modifier and Type | Method and Description |
|---|---|
FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> |
GlobalConfiguration.ScheduledExecutorFactoryType.addProperty(String key,
String value)
Deprecated.
|
FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> |
GlobalConfiguration.ScheduledExecutorFactoryType.factory(Class<? extends ScheduledExecutorFactory> clazz)
Deprecated.
|
FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> |
GlobalConfiguration.ScheduledExecutorFactoryType.withProperties(Properties props)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> |
GlobalConfiguration.ScheduledExecutorFactoryType.factory(Class<? extends ScheduledExecutorFactory> clazz)
Deprecated.
|
| 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 | Class and Description |
|---|---|
class |
DefaultScheduledExecutorFactory
Creates scheduled executors using the JDK Executors service
|
| Constructor and Description |
|---|
LazyInitializingScheduledExecutorService(ScheduledExecutorFactory factory,
Properties executorProperties) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.