Package | Description |
---|---|
org.infinispan.config |
Cache configuration beans and parsers.
|
Modifier and Type | Class and Description |
---|---|
static class |
GlobalConfiguration.ExecutorFactoryType
Deprecated.
|
static class |
GlobalConfiguration.ScheduledExecutorFactoryType
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> |
GlobalConfiguration.ExecutorFactoryType.addProperty(String key,
String value)
Deprecated.
|
FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> |
GlobalConfiguration.ScheduledExecutorFactoryType.addProperty(String key,
String value)
Deprecated.
|
FluentGlobalConfiguration.ExecutorFactoryConfig<T> |
FluentGlobalConfiguration.ExecutorFactoryConfig.addProperty(String key,
String value)
Deprecated.
Add key/value property pair to this executor factory configuration
|
FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> |
GlobalConfiguration.ExecutorFactoryType.factory(Class<? extends ExecutorFactory> clazz)
Deprecated.
|
FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> |
GlobalConfiguration.ScheduledExecutorFactoryType.factory(Class<? extends ScheduledExecutorFactory> clazz)
Deprecated.
|
FluentGlobalConfiguration.ExecutorFactoryConfig<T> |
FluentGlobalConfiguration.ExecutorFactoryConfig.factory(Class<? extends T> factory)
Deprecated.
Specify factory class for executor
|
FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> |
GlobalConfiguration.ExecutorFactoryType.withProperties(Properties props)
Deprecated.
|
FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> |
GlobalConfiguration.ScheduledExecutorFactoryType.withProperties(Properties props)
Deprecated.
|
FluentGlobalConfiguration.ExecutorFactoryConfig<T> |
FluentGlobalConfiguration.ExecutorFactoryConfig.withProperties(Properties props)
Deprecated.
Set key/value properties to this executor factory configuration
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.