Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.configuration.cache | |
org.infinispan.configuration.format | |
org.infinispan.configuration.global | |
org.infinispan.context |
Contexts contain information of a specific invocation on the cache, such as its origins, scope
(transactional or non-transactional), as well as invocation-specific flags.
|
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.core | |
org.infinispan.query.remote | |
org.infinispan.remoting.transport |
Transports handle the low-level networking, used by the remoting components.
|
org.infinispan.rest | |
org.infinispan.server.core | |
org.infinispan.server.hotrod | |
org.infinispan.server.memcached | |
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
org.infinispan.topology | |
org.infinispan.tree |
This package contains the TreeCache.
|
org.infinispan.xsite |
Modifier and Type | Method and Description |
---|---|
void |
CacheImpl.injectDependencies(EvictionManager evictionManager,
InvocationContextFactory invocationContextFactory,
InvocationContextContainer icc,
CommandsFactory commandsFactory,
InterceptorChain interceptorChain,
Configuration configuration,
CacheNotifier notifier,
ComponentRegistry componentRegistry,
TransactionManager transactionManager,
BatchContainer batchContainer,
RpcManager rpcManager,
DataContainer dataContainer,
StreamingMarshaller marshaller,
DistributionManager distributionManager,
EmbeddedCacheManager cacheManager,
ExecutorService asyncExecutor,
TransactionTable txTable,
RecoveryManager recoveryManager,
TransactionCoordinator txCoordinator,
LockManager lockManager,
GlobalConfiguration globalCfg) |
Modifier and Type | Method and Description |
---|---|
static ClassLoader |
Configurations.getClassLoader(Configuration configuration,
GlobalConfiguration globalConfiguration) |
Modifier and Type | Method and Description |
---|---|
Properties |
PropertyFormatter.format(GlobalConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
GlobalConfiguration |
GlobalConfigurationBuilder.build() |
GlobalConfiguration |
GlobalConfigurationChildBuilder.build() |
Modifier and Type | Method and Description |
---|---|
GlobalConfigurationBuilder |
GlobalConfigurationBuilder.read(GlobalConfiguration template) |
Modifier and Type | Method and Description |
---|---|
void |
InvocationContextContainerImpl.init(Configuration configuration,
GlobalConfiguration globalConfiguration) |
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 boolean |
AbstractJmxRegistration.registerMBeans(Set<AbstractComponentRegistry.Component> components,
GlobalConfiguration globalConfig)
Registers a set of MBean components and returns true if successfully registered; false otherwise.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractModuleLifecycle.cacheManagerStarting(GlobalComponentRegistry gcr,
GlobalConfiguration globalConfiguration) |
void |
ModuleLifecycle.cacheManagerStarting(GlobalComponentRegistry gcr,
GlobalConfiguration globalConfiguration) |
Modifier and Type | Method and Description |
---|---|
void |
LifecycleCallbacks.cacheManagerStarting(GlobalComponentRegistry gcr,
GlobalConfiguration globalCfg) |
Modifier and Type | Field and Description |
---|---|
protected GlobalConfiguration |
DefaultCacheManager.globalConfiguration |
Modifier and Type | Method and Description |
---|---|
GlobalConfiguration |
DefaultCacheManager.getCacheManagerConfiguration() |
GlobalConfiguration |
EmbeddedCacheManager.getCacheManagerConfiguration()
Returns global configuration for this CacheManager
|
GlobalConfiguration |
AbstractDelegatingEmbeddedCacheManager.getCacheManagerConfiguration() |
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
JBossMarshaller(ExternalizerTable externalizerTable,
Configuration cfg,
InvocationContextContainer icc,
GlobalConfiguration globalCfg) |
Modifier and Type | Method and Description |
---|---|
void |
LifecycleManager.cacheManagerStarting(GlobalComponentRegistry gcr,
GlobalConfiguration globalCfg) |
Modifier and Type | Field and Description |
---|---|
protected GlobalConfiguration |
AbstractTransport.configuration |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTransport.setConfiguration(GlobalConfiguration globalConfiguration) |
Modifier and Type | Method and Description |
---|---|
void |
LifecycleCallbacks.cacheManagerStarting(GlobalComponentRegistry gcr,
GlobalConfiguration globalCfg) |
Modifier and Type | Method and Description |
---|---|
void |
LifecycleCallbacks.cacheManagerStarting(GlobalComponentRegistry gcr,
GlobalConfiguration globalCfg) |
Modifier and Type | Method and Description |
---|---|
void |
LifecycleCallbacks.cacheManagerStarting(GlobalComponentRegistry gcr,
GlobalConfiguration globalCfg) |
Modifier and Type | Method and Description |
---|---|
void |
LifecycleCallbacks.cacheManagerStarting(GlobalComponentRegistry gcr,
GlobalConfiguration globalCfg) |
Modifier and Type | Method and Description |
---|---|
void |
StateTransferManagerImpl.init(StateConsumer stateConsumer,
StateProvider stateProvider,
Cache cache,
CacheNotifier cacheNotifier,
Configuration configuration,
GlobalConfiguration globalConfiguration,
RpcManager rpcManager,
GroupManager groupManager,
LocalTopologyManager localTopologyManager) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterTopologyManagerImpl.inject(Transport transport,
RebalancePolicy rebalancePolicy,
ExecutorService asyncTransportExecutor,
GlobalConfiguration globalConfiguration,
GlobalComponentRegistry gcr,
CacheManagerNotifier cacheManagerNotifier) |
Modifier and Type | Method and Description |
---|---|
void |
LifecycleCallbacks.cacheManagerStarting(GlobalComponentRegistry gcr,
GlobalConfiguration globalCfg) |
Modifier and Type | Method and Description |
---|---|
void |
BackupSenderImpl.init(Cache cache,
Transport transport,
TransactionTable txTable,
GlobalConfiguration gc,
TimeService timeService) |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.