Package | Description |
---|---|
org.infinispan.configuration.global | |
org.infinispan.manager |
Cache manager package
|
Modifier and Type | Method and Description |
---|---|
static GlobalConfiguration |
LegacyGlobalConfigurationAdaptor.adapt(GlobalConfiguration legacy) |
GlobalConfiguration |
GlobalConfigurationChildBuilder.build() |
GlobalConfiguration |
GlobalConfigurationBuilder.build() |
Modifier and Type | Method and Description |
---|---|
static GlobalConfiguration |
LegacyGlobalConfigurationAdaptor.adapt(GlobalConfiguration config) |
GlobalConfigurationBuilder |
GlobalConfigurationBuilder.read(GlobalConfiguration template) |
Modifier and Type | Method and Description |
---|---|
GlobalConfiguration |
EmbeddedCacheManager.getCacheManagerConfiguration()
Returns global configuration for this CacheManager
|
GlobalConfiguration |
DefaultCacheManager.getCacheManagerConfiguration() |
GlobalConfiguration |
AbstractDelegatingEmbeddedCacheManager.getCacheManagerConfiguration() |
Constructor and Description |
---|
DefaultCacheManager(GlobalConfiguration globalConfiguration)
Constructs and starts a new instance of the CacheManager, using the global configuration passed in, and system
defaults for the default named cache configuration.
|
DefaultCacheManager(GlobalConfiguration globalConfiguration,
boolean start)
Constructs a new instance of the CacheManager, using the global configuration passed in, and system defaults for
the default named cache configuration.
|
DefaultCacheManager(GlobalConfiguration globalConfiguration,
Configuration defaultConfiguration)
Constructs and starts a new instance of the CacheManager, using the global and default configurations passed in.
|
DefaultCacheManager(GlobalConfiguration globalConfiguration,
Configuration defaultConfiguration,
boolean start)
Constructs a new instance of the CacheManager, using the global and default configurations passed in.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.