|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
| Uses of GlobalConfiguration in org.infinispan.config.parsing |
|---|
| Methods in org.infinispan.config.parsing that return GlobalConfiguration | |
|---|---|
GlobalConfiguration |
XmlConfigurationParserImpl.parseGlobalConfiguration()
|
GlobalConfiguration |
XmlConfigurationParser.parseGlobalConfiguration()
GlobalConfiguration would also have a reference to the template default configuration, accessible via getDefaultConfiguration()
This is typically used to configure a DefaultCacheManager |
| Methods in org.infinispan.config.parsing with parameters of type GlobalConfiguration | |
|---|---|
void |
XmlConfigurationParserImpl.configureGlobalJmxStatistics(Element e,
GlobalConfiguration c)
|
| Uses of GlobalConfiguration in org.infinispan.factories |
|---|
| Fields in org.infinispan.factories declared as GlobalConfiguration | |
|---|---|
protected GlobalConfiguration |
AbstractComponentFactory.globalConfiguration
|
| Constructors in org.infinispan.factories with parameters of type GlobalConfiguration | |
|---|---|
GlobalComponentRegistry(GlobalConfiguration configuration,
CacheManager cacheManager)
Creates an instance of the component registry. |
|
| Uses of GlobalConfiguration in org.infinispan.jmx |
|---|
| Methods in org.infinispan.jmx with parameters of type GlobalConfiguration | |
|---|---|
void |
CacheManagerJmxRegistration.init(GlobalComponentRegistry registry,
GlobalConfiguration configuration)
|
| Uses of GlobalConfiguration in org.infinispan.manager |
|---|
| Fields in org.infinispan.manager declared as GlobalConfiguration | |
|---|---|
protected GlobalConfiguration |
DefaultCacheManager.globalConfiguration
|
| 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.remoting |
|---|
| Methods in org.infinispan.remoting with parameters of type GlobalConfiguration | |
|---|---|
void |
RpcManagerImpl.injectDependencies(GlobalConfiguration globalConfiguration,
Transport t,
InboundInvocationHandler handler,
Marshaller marshaller,
ExecutorService e,
CacheManagerNotifier notifier)
|
| Uses of GlobalConfiguration in org.infinispan.remoting.transport |
|---|
| Methods in org.infinispan.remoting.transport with parameters of type GlobalConfiguration | |
|---|---|
void |
Transport.initialize(GlobalConfiguration c,
Properties p,
Marshaller marshaller,
ExecutorService asyncExecutor,
InboundInvocationHandler handler,
CacheManagerNotifier notifier,
long distributedSyncTimeout)
Initializes the transport with global cache configuration and transport-specific properties. |
| Uses of GlobalConfiguration in org.infinispan.remoting.transport.jgroups |
|---|
| Methods in org.infinispan.remoting.transport.jgroups with parameters of type GlobalConfiguration | |
|---|---|
void |
JGroupsTransport.initialize(GlobalConfiguration c,
Properties p,
Marshaller marshaller,
ExecutorService asyncExecutor,
InboundInvocationHandler inboundInvocationHandler,
CacheManagerNotifier notifier,
long distributedSyncTimeout)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||