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<ExecutorFactory> |
GlobalConfiguration.ExecutorFactoryType.addProperty(String key,
String value)
Deprecated.
|
FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> |
GlobalConfiguration.ExecutorFactoryType.factory(Class<? extends ExecutorFactory> clazz)
Deprecated.
|
FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> |
GlobalConfiguration.ExecutorFactoryType.withProperties(Properties props)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> |
GlobalConfiguration.ExecutorFactoryType.factory(Class<? extends ExecutorFactory> clazz)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ExecutorFactory |
ExecutorFactoryConfiguration.factory() |
Modifier and Type | Method and Description |
---|---|
ExecutorFactoryConfigurationBuilder |
ExecutorFactoryConfigurationBuilder.factory(ExecutorFactory 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 |
DefaultExecutorFactory
Default executor factory that creates executors using the JDK Executors service.
|
Constructor and Description |
---|
LazyInitializingExecutorService(ExecutorFactory factory,
Properties executorProperties) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.