Package | Description |
---|---|
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.tree |
This package contains the TreeCache.
|
org.infinispan.xsite |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static GlobalConfiguration |
LegacyGlobalConfigurationAdaptor.adapt(GlobalConfiguration legacy) |
GlobalConfiguration |
GlobalConfigurationChildBuilder.build() |
GlobalConfiguration |
GlobalConfigurationBuilder.build() |
Modifier and Type | Method and Description |
---|---|
static GlobalConfiguration |
LegacyGlobalConfigurationAdaptor.adapt(GlobalConfiguration config) |
GlobalConfigurationBuilder |
GlobalConfigurationBuilder.read(GlobalConfiguration template) |
Modifier and Type | Field and Description |
---|---|
protected GlobalConfiguration |
AbstractComponentFactory.globalConfiguration |
Modifier and Type | Method and Description |
---|---|
GlobalConfiguration |
GlobalComponentRegistry.getGlobalConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
TestDelayFactory.inject(GlobalConfiguration gc) |
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 |
AbstractDelegatingEmbeddedCacheManager.getCacheManagerConfiguration() |
GlobalConfiguration |
DefaultCacheManager.getCacheManagerConfiguration() |
GlobalConfiguration |
EmbeddedCacheManager.getCacheManagerConfiguration()
Returns global configuration for this CacheManager
|
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 | Method and Description |
---|---|
void |
InboundInvocationHandlerImpl.inject(GlobalComponentRegistry gcr,
Transport transport,
GlobalConfiguration globalConfiguration,
CancellationService cancelService) |
Modifier and Type | Method and Description |
---|---|
void |
RpcManagerImpl.injectDependencies(Transport t,
Cache cache,
Configuration cfg,
GlobalConfiguration globalConfiguration,
ReplicationQueue replicationQueue,
CommandsFactory cf,
ExecutorService e,
LocalTopologyManager localTopologyManager,
StateTransferManager stateTransferManager) |
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 |
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) |
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.