Package | Description |
---|---|
org.infinispan.cacheviews | |
org.infinispan.config |
Cache configuration beans and parsers.
|
org.infinispan.config.parsing | |
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.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.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheViewsManagerImpl.init(CacheManagerNotifier cacheManagerNotifier,
Transport transport,
ExecutorService e,
GlobalConfiguration globalConfiguration) |
Modifier and Type | Method and Description |
---|---|
GlobalConfiguration |
GlobalConfiguration.clone()
Deprecated.
|
static GlobalConfiguration |
GlobalConfiguration.getClusteredDefault()
Deprecated.
Helper method that gets you a default constructed GlobalConfiguration, preconfigured to use the default clustering
stack.
|
static GlobalConfiguration |
GlobalConfiguration.getClusteredDefault(ClassLoader cl)
Deprecated.
Helper method that gets you a default constructed GlobalConfiguration, preconfigured to use the default clustering
stack.
|
GlobalConfiguration |
Configuration.getGlobalConfiguration()
Deprecated.
|
static GlobalConfiguration |
GlobalConfiguration.getNonClusteredDefault()
Deprecated.
Helper method that gets you a default constructed GlobalConfiguration, preconfigured for use in LOCAL mode
|
GlobalConfiguration |
InfinispanConfiguration.parseGlobalConfiguration()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setGlobalConfiguration(GlobalConfiguration gc)
Deprecated.
|
void |
TimeoutConfigurationValidatingVisitor.visitGlobalConfiguration(GlobalConfiguration bean) |
void |
DelegatingConfigurationVisitor.visitGlobalConfiguration(GlobalConfiguration bean) |
void |
ConfigurationBeanVisitor.visitGlobalConfiguration(GlobalConfiguration bean) |
void |
AbstractConfigurationBeanVisitor.visitGlobalConfiguration(GlobalConfiguration bean) |
Constructor and Description |
---|
FluentGlobalConfiguration(GlobalConfiguration globalConfig)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
static GlobalConfiguration |
LegacyGlobalConfigurationAdaptor.adapt(GlobalConfiguration config) |
Modifier and Type | Method and Description |
---|---|
static GlobalConfiguration |
LegacyGlobalConfigurationAdaptor.adapt(GlobalConfiguration legacy) |
Modifier and Type | Field and Description |
---|---|
protected GlobalConfiguration |
AbstractComponentFactory.globalConfiguration |
Modifier and Type | Method and Description |
---|---|
GlobalConfiguration |
GlobalComponentRegistry.getGlobalConfiguration() |
Constructor and Description |
---|
GlobalComponentRegistry(GlobalConfiguration configuration,
EmbeddedCacheManager cacheManager,
Set<String> createdCaches)
Creates an instance of the component registry.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
ModuleLifecycle.cacheManagerStarting(GlobalComponentRegistry gcr,
GlobalConfiguration globalConfiguration) |
void |
AbstractModuleLifecycle.cacheManagerStarting(GlobalComponentRegistry gcr,
GlobalConfiguration globalConfiguration) |
Modifier and Type | Field and Description |
---|---|
protected GlobalConfiguration |
DefaultCacheManager.globalConfiguration |
Modifier and Type | Method and Description |
---|---|
GlobalConfiguration |
EmbeddedCacheManager.getGlobalConfiguration()
Returns global configuration for this CacheManager
|
GlobalConfiguration |
DefaultCacheManager.getGlobalConfiguration() |
GlobalConfiguration |
AbstractDelegatingEmbeddedCacheManager.getGlobalConfiguration() |
Constructor and Description |
---|
DefaultCacheManager(GlobalConfiguration globalConfiguration)
Deprecated.
|
DefaultCacheManager(GlobalConfiguration globalConfiguration,
boolean start)
|
DefaultCacheManager(GlobalConfiguration globalConfiguration,
Configuration defaultConfiguration)
Deprecated.
|
DefaultCacheManager(GlobalConfiguration globalConfiguration,
Configuration defaultConfiguration,
boolean start)
|
Modifier and Type | Method and Description |
---|---|
void |
GlobalMarshaller.inject(ClassLoader loader,
ExternalizerTable extTable,
GlobalConfiguration globalCfg) |
void |
VersionAwareMarshaller.inject(Configuration cfg,
ClassLoader loader,
InvocationContextContainer icc,
ExternalizerTable extTable,
GlobalConfiguration globalCfg) |
void |
CacheMarshaller.inject(Configuration cfg,
InvocationContextContainer icc,
ExternalizerTable extTable,
GlobalConfiguration globalCfg) |
Modifier and Type | Method and Description |
---|---|
void |
JBossMarshaller.inject(ExternalizerTable externalizerTable,
ClassLoader cl,
InvocationContextContainer icc,
GlobalConfiguration globalCfg) |
Modifier and Type | Method and Description |
---|---|
void |
InboundInvocationHandlerImpl.inject(GlobalComponentRegistry gcr,
EmbeddedCacheManager embeddedCacheManager,
Transport transport,
GlobalConfiguration globalConfiguration,
CacheViewsManager cacheViewsManager) |
Modifier and Type | Field and Description |
---|---|
protected GlobalConfiguration |
AbstractTransport.configuration |
Modifier and Type | Method and Description |
---|---|
void |
Transport.setConfiguration(GlobalConfiguration gc) |
void |
AbstractTransport.setConfiguration(GlobalConfiguration globalConfiguration) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.