Infinispan Distribution 5.2.6.Final-redhat-2

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

Packages that use GlobalConfiguration
org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. 
org.infinispan.configuration.global   
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.query.impl   
org.infinispan.remoting Remote communication between cache instances. 
org.infinispan.remoting.rpc Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances. 
org.infinispan.remoting.transport Transports handle the low-level networking, used by the remoting components. 
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
org.infinispan.topology   
org.infinispan.xsite   
 

Uses of GlobalConfiguration in org.infinispan
 

Methods in org.infinispan with parameters of type GlobalConfiguration
 void CacheImpl.injectDependencies(EvictionManager evictionManager, InvocationContextContainer icc, CommandsFactory commandsFactory, InterceptorChain interceptorChain, Configuration configuration, CacheNotifier notifier, ComponentRegistry componentRegistry, TransactionManager transactionManager, BatchContainer batchContainer, RpcManager rpcManager, DataContainer dataContainer, StreamingMarshaller marshaller, ResponseGenerator responseGenerator, DistributionManager distributionManager, EmbeddedCacheManager cacheManager, ExecutorService asyncExecutor, TransactionTable txTable, RecoveryManager recoveryManager, TransactionCoordinator txCoordinator, LockManager lockManager, GlobalConfiguration globalCfg)
           
 

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.factories
 

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

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

Methods in org.infinispan.factories with parameters of type GlobalConfiguration
 void TestDelayFactory.inject(GlobalConfiguration gc)
           
 

Constructors in org.infinispan.factories with parameters of type GlobalConfiguration
GlobalComponentRegistry(GlobalConfiguration configuration, EmbeddedCacheManager cacheManager, 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  boolean AbstractJmxRegistration.registerMBeans(Set<AbstractComponentRegistry.Component> components, GlobalConfiguration globalConfig)
          Registers a set of MBean components and returns true if successfully registered; false otherwise.
 

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.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.
 

Uses of GlobalConfiguration in org.infinispan.marshall
 

Methods in org.infinispan.marshall with parameters of type GlobalConfiguration
 void CacheMarshaller.inject(Cache cache, Configuration cfg, InvocationContextContainer icc, ExternalizerTable extTable, GlobalConfiguration globalCfg)
           
 void VersionAwareMarshaller.inject(Cache cache, Configuration cfg, InvocationContextContainer icc, ExternalizerTable extTable, GlobalConfiguration globalCfg)
           
 void GlobalMarshaller.inject(ExternalizerTable extTable, GlobalConfiguration globalCfg)
           
 

Uses of GlobalConfiguration in org.infinispan.marshall.jboss
 

Methods in org.infinispan.marshall.jboss with parameters of type GlobalConfiguration
 void JBossMarshaller.inject(ExternalizerTable externalizerTable, Configuration cfg, InvocationContextContainer icc, GlobalConfiguration globalCfg)
           
 

Uses of GlobalConfiguration in org.infinispan.query.impl
 

Methods in org.infinispan.query.impl with parameters of type GlobalConfiguration
 void LifecycleManager.cacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalCfg)
           
 

Uses of GlobalConfiguration in org.infinispan.remoting
 

Methods in org.infinispan.remoting with parameters of type GlobalConfiguration
 void InboundInvocationHandlerImpl.inject(GlobalComponentRegistry gcr, Transport transport, GlobalConfiguration globalConfiguration, CancellationService cancelService)
           
 

Uses of GlobalConfiguration in org.infinispan.remoting.rpc
 

Methods in org.infinispan.remoting.rpc with parameters of type GlobalConfiguration
 void RpcManagerImpl.injectDependencies(Transport t, Cache cache, Configuration cfg, ReplicationQueue replicationQueue, CommandsFactory cf, ExecutorService e, LocalTopologyManager localTopologyManager, StateTransferManager stateTransferManager, GlobalConfiguration globalCfg)
           
 

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 AbstractTransport.setConfiguration(GlobalConfiguration globalConfiguration)
           
 

Uses of GlobalConfiguration in org.infinispan.statetransfer
 

Methods in org.infinispan.statetransfer with parameters of type GlobalConfiguration
 void StateTransferManagerImpl.init(StateConsumer stateConsumer, StateProvider stateProvider, Cache cache, CacheNotifier cacheNotifier, Configuration configuration, GlobalConfiguration globalConfiguration, RpcManager rpcManager, GroupManager groupManager, LocalTopologyManager localTopologyManager)
           
 

Uses of GlobalConfiguration in org.infinispan.topology
 

Methods in org.infinispan.topology with parameters of type GlobalConfiguration
 void ClusterTopologyManagerImpl.inject(Transport transport, RebalancePolicy rebalancePolicy, ExecutorService asyncTransportExecutor, GlobalConfiguration globalConfiguration, GlobalComponentRegistry gcr, CacheManagerNotifier cacheManagerNotifier)
           
 

Uses of GlobalConfiguration in org.infinispan.xsite
 

Methods in org.infinispan.xsite with parameters of type GlobalConfiguration
 void BackupSenderImpl.init(Cache cache, Transport transport, TransactionTable txTable, GlobalConfiguration gc)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

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