Uses of Class
org.infinispan.configuration.global.GlobalConfiguration

Packages that use GlobalConfiguration
org.infinispan.configuration.global   
org.infinispan.manager Cache manager package 
 

Uses of GlobalConfiguration in org.infinispan.configuration.global
 

Methods in org.infinispan.configuration.global that return GlobalConfiguration
static GlobalConfiguration LegacyGlobalConfigurationAdaptor.adapt(GlobalConfiguration legacy)
           
 GlobalConfiguration GlobalConfigurationChildBuilder.build()
           
 GlobalConfiguration GlobalConfigurationBuilder.build()
           
 

Methods in org.infinispan.configuration.global with parameters of type GlobalConfiguration
static GlobalConfiguration LegacyGlobalConfigurationAdaptor.adapt(GlobalConfiguration config)
           
 GlobalConfigurationBuilder GlobalConfigurationBuilder.read(GlobalConfiguration template)
           
 

Uses of GlobalConfiguration in org.infinispan.manager
 

Methods in org.infinispan.manager that return GlobalConfiguration
 GlobalConfiguration EmbeddedCacheManager.getCacheManagerConfiguration()
          Returns global configuration for this CacheManager
 GlobalConfiguration DefaultCacheManager.getCacheManagerConfiguration()
           
 GlobalConfiguration AbstractDelegatingEmbeddedCacheManager.getCacheManagerConfiguration()
           
 

Constructors in org.infinispan.manager with parameters of type GlobalConfiguration
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, a division of Red Hat. All Rights Reserved.