Package | Description |
---|---|
org.infinispan.config |
Cache configuration beans and parsers.
|
org.infinispan.config.parsing | |
org.infinispan.configuration.global | |
org.infinispan.lifecycle |
Component lifecycle.
|
org.infinispan.manager |
Cache manager package
|
Modifier and Type | Method and Description |
---|---|
GlobalConfiguration |
GlobalConfiguration.clone()
Deprecated.
|
static GlobalConfiguration |
GlobalConfiguration.getClusteredDefault()
Deprecated.
Helper method that gets you a default constructed GlobalConfiguration, preconfigured to use the default clustering
stack.
|
static GlobalConfiguration |
GlobalConfiguration.getClusteredDefault(ClassLoader cl)
Deprecated.
Helper method that gets you a default constructed GlobalConfiguration, preconfigured to use the default clustering
stack.
|
GlobalConfiguration |
Configuration.getGlobalConfiguration()
Deprecated.
|
static GlobalConfiguration |
GlobalConfiguration.getNonClusteredDefault()
Deprecated.
Helper method that gets you a default constructed GlobalConfiguration, preconfigured for use in LOCAL mode
|
GlobalConfiguration |
InfinispanConfiguration.parseGlobalConfiguration()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setGlobalConfiguration(GlobalConfiguration gc)
Deprecated.
|
void |
DelegatingConfigurationVisitor.visitGlobalConfiguration(GlobalConfiguration bean) |
void |
TimeoutConfigurationValidatingVisitor.visitGlobalConfiguration(GlobalConfiguration bean) |
void |
AbstractConfigurationBeanVisitor.visitGlobalConfiguration(GlobalConfiguration bean) |
void |
ConfigurationBeanVisitor.visitGlobalConfiguration(GlobalConfiguration bean) |
Constructor and Description |
---|
FluentGlobalConfiguration(GlobalConfiguration globalConfig)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
GlobalConfiguration |
XmlConfigurationParser.parseGlobalConfiguration()
GlobalConfiguration would also have a reference to the template default configuration, accessible via
org.infinispan.config.GlobalConfiguration#getDefaultConfiguration()
This is typically used to configure a DefaultCacheManager |
Modifier and Type | Method and Description |
---|---|
static GlobalConfiguration |
LegacyGlobalConfigurationAdaptor.adapt(GlobalConfiguration config) |
Modifier and Type | Method and Description |
---|---|
static GlobalConfiguration |
LegacyGlobalConfigurationAdaptor.adapt(GlobalConfiguration legacy) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractModuleLifecycle.cacheManagerStarting(GlobalComponentRegistry gcr,
GlobalConfiguration globalConfiguration)
Deprecated.
|
void |
ModuleLifecycle.cacheManagerStarting(GlobalComponentRegistry gcr,
GlobalConfiguration globalConfiguration)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
GlobalConfiguration |
AbstractDelegatingEmbeddedCacheManager.getGlobalConfiguration() |
GlobalConfiguration |
DefaultCacheManager.getGlobalConfiguration() |
GlobalConfiguration |
EmbeddedCacheManager.getGlobalConfiguration()
Deprecated.
Use
EmbeddedCacheManager.getCacheManagerConfiguration() instead.
Please note that before this method was deprecated, modifications on the
GlobalConfiguration returned would be applied to the cache manager if it
was not started. Since the deprecation, this method returns a copy and
so any changes to the returned object won't have any impact on the cache
manager instance. |
Constructor and Description |
---|
DefaultCacheManager(GlobalConfiguration globalConfiguration)
Deprecated.
|
DefaultCacheManager(GlobalConfiguration globalConfiguration,
boolean start)
|
DefaultCacheManager(GlobalConfiguration globalConfiguration,
Configuration defaultConfiguration)
Deprecated.
|
DefaultCacheManager(GlobalConfiguration globalConfiguration,
Configuration defaultConfiguration,
boolean start)
|
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.