Uses of Class
org.infinispan.config.GlobalConfiguration

Packages that use GlobalConfiguration
org.infinispan.config Cache configuration beans and parsers. 
org.infinispan.config.parsing   
org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration. 
org.infinispan.jmx Helpers that allow easy exposure of attributes and operations via JMX. 
org.infinispan.lifecycle Component lifecycle. 
org.infinispan.lucene Lucene Directory implementation which stores the index in Infinispan. 
org.infinispan.manager Cache manager package 
org.infinispan.marshall Infinispan makes use of custom marshalling to serialize and deserialize state wherever possible, rather than falling back to the JDK to do this. 
org.infinispan.marshall.jboss Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals. 
org.infinispan.remoting Remote communication between cache instances. 
org.infinispan.remoting.transport Transports handle the low-level networking, used by the remoting components. 
org.infinispan.spring Spring Infinispan - Shared classes. 
org.infinispan.tree This package contains the TreeCache. 
 

Uses of GlobalConfiguration in org.infinispan.config
 

Methods in org.infinispan.config that return GlobalConfiguration
 GlobalConfiguration GlobalConfiguration.clone()
           
static GlobalConfiguration GlobalConfiguration.getClusteredDefault()
          Helper method that gets you a default constructed GlobalConfiguration, preconfigured to use the default clustering stack.
 GlobalConfiguration Configuration.getGlobalConfiguration()
           
static GlobalConfiguration GlobalConfiguration.getNonClusteredDefault()
          Helper method that gets you a default constructed GlobalConfiguration, preconfigured for use in LOCAL mode
 GlobalConfiguration InfinispanConfiguration.parseGlobalConfiguration()
           
 

Methods in org.infinispan.config with parameters of type GlobalConfiguration
 void Configuration.setGlobalConfiguration(GlobalConfiguration gc)
           
 void TimeoutConfigurationValidatingVisitor.visitGlobalConfiguration(GlobalConfiguration bean)
           
 void DelegatingConfigurationVisitor.visitGlobalConfiguration(GlobalConfiguration bean)
           
 void ConfigurationBeanVisitor.visitGlobalConfiguration(GlobalConfiguration bean)
           
 void AbstractConfigurationBeanVisitor.visitGlobalConfiguration(GlobalConfiguration bean)
           
 

Constructors in org.infinispan.config with parameters of type GlobalConfiguration
FluentGlobalConfiguration(GlobalConfiguration globalConfig)
           
 

Uses of GlobalConfiguration in org.infinispan.config.parsing
 

Methods in org.infinispan.config.parsing that return GlobalConfiguration
 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

 

Uses of GlobalConfiguration in org.infinispan.factories
 

Fields in org.infinispan.factories declared as GlobalConfiguration
protected  GlobalConfiguration AbstractComponentFactory.globalConfiguration
           
 

Methods in org.infinispan.factories that return GlobalConfiguration
 GlobalConfiguration GlobalComponentRegistry.getGlobalConfiguration()
           
 

Constructors in org.infinispan.factories with parameters of type GlobalConfiguration
GlobalComponentRegistry(GlobalConfiguration configuration, EmbeddedCacheManager cacheManager, ReflectionCache reflectionCache, Set<String> createdCaches)
          Creates an instance of the component registry.
 

Uses of GlobalConfiguration in org.infinispan.jmx
 

Methods in org.infinispan.jmx with parameters of type GlobalConfiguration
static String JmxUtil.buildJmxDomain(GlobalConfiguration cfg, MBeanServer mBeanServer, String groupName)
          Build the JMX domain name.
 void CacheManagerJmxRegistration.init(GlobalComponentRegistry registry, GlobalConfiguration configuration)
           
 void CacheJmxRegistration.initialize(Cache cache, GlobalConfiguration globalConfig)
           
static MBeanServer JmxUtil.lookupMBeanServer(GlobalConfiguration cfg)
          Looks up the MBeanServer instance based on the configuration parameters.
protected  void AbstractJmxRegistration.registerMBeans(Set<AbstractComponentRegistry.Component> components, GlobalConfiguration globalConfig)
           
 

Uses of GlobalConfiguration in org.infinispan.lifecycle
 

Methods in org.infinispan.lifecycle with parameters of type GlobalConfiguration
 void ModuleLifecycle.cacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration)
           
 void AbstractModuleLifecycle.cacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration)
           
 

Uses of GlobalConfiguration in org.infinispan.lucene
 

Methods in org.infinispan.lucene with parameters of type GlobalConfiguration
 void LifecycleCallbacks.cacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalCfg)
           
 

Uses of GlobalConfiguration in org.infinispan.manager
 

Fields in org.infinispan.manager declared as GlobalConfiguration
protected  GlobalConfiguration DefaultCacheManager.globalConfiguration
           
 

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

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.
 

Uses of GlobalConfiguration in org.infinispan.marshall
 

Methods in org.infinispan.marshall with parameters of type GlobalConfiguration
 void VersionAwareMarshaller.inject(ClassLoader loader, RemoteCommandsFactory remoteCommandsFactory, GlobalConfiguration globalCfg)
           
 

Uses of GlobalConfiguration in org.infinispan.marshall.jboss
 

Methods in org.infinispan.marshall.jboss with parameters of type GlobalConfiguration
protected  org.infinispan.marshall.jboss.ExternalizerTable JBossMarshaller.createExternalizerTable(RemoteCommandsFactory f, StreamingMarshaller m, GlobalConfiguration g)
           
 void JBossMarshaller.start(ClassLoader appClassLoader, RemoteCommandsFactory cmdFactory, StreamingMarshaller ispnMarshaller, GlobalConfiguration globalCfg)
           
 

Uses of GlobalConfiguration in org.infinispan.remoting
 

Methods in org.infinispan.remoting with parameters of type GlobalConfiguration
 void InboundInvocationHandlerImpl.inject(GlobalComponentRegistry gcr, StreamingMarshaller marshaller, EmbeddedCacheManager embeddedCacheManager, Transport transport, GlobalConfiguration globalConfiguration)
           
 

Uses of GlobalConfiguration in org.infinispan.remoting.transport
 

Fields in org.infinispan.remoting.transport declared as GlobalConfiguration
protected  GlobalConfiguration AbstractTransport.configuration
           
 

Methods in org.infinispan.remoting.transport with parameters of type GlobalConfiguration
 void Transport.setConfiguration(GlobalConfiguration gc)
           
 void AbstractTransport.setConfiguration(GlobalConfiguration globalConfiguration)
           
 

Uses of GlobalConfiguration in org.infinispan.spring
 

Fields in org.infinispan.spring declared as GlobalConfiguration
 GlobalConfiguration AbstractEmbeddedCacheManagerFactory.ConfigurationContainer.globalConfiguration
           
 

Methods in org.infinispan.spring with parameters of type GlobalConfiguration
 void AbstractEmbeddedCacheManagerFactory.GlobalConfigurationOverrides.applyOverridesTo(GlobalConfiguration globalConfigurationToOverride)
           
 

Uses of GlobalConfiguration in org.infinispan.tree
 

Methods in org.infinispan.tree with parameters of type GlobalConfiguration
 void LifecycleCallbacks.cacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalCfg)
           
 


-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.