Package | Description |
---|---|
org.infinispan.cli.interpreter | |
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
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.manager.impl | |
org.infinispan.marshall.core | |
org.infinispan.marshall.exts |
Externalizers for various JDK types that are marshalled using the marshalling framework.
|
org.infinispan.persistence.jpa.impl | |
org.infinispan.persistence.remote |
HotRod-based
AdvancedLoadWriteStore |
org.infinispan.remoting.inboundhandler | |
org.infinispan.remoting.transport.jgroups |
A transport implementation based on JGroups.
|
org.infinispan.security.actions | |
org.infinispan.topology | |
org.infinispan.tree.impl |
Modifier and Type | Method and Description |
---|---|
void |
LifecycleCallbacks.cacheManagerStarted(GlobalComponentRegistry gcr) |
void |
LifecycleCallbacks.cacheManagerStopping(GlobalComponentRegistry gcr) |
Modifier and Type | Method and Description |
---|---|
void |
RemoteCommandsFactory.inject(EmbeddedCacheManager cacheManager,
GlobalComponentRegistry registry,
Map<Byte,ModuleCommandFactory> commandFactories) |
Modifier and Type | Field and Description |
---|---|
protected GlobalComponentRegistry |
AbstractComponentFactory.globalComponentRegistry |
Modifier and Type | Method and Description |
---|---|
GlobalComponentRegistry |
ComponentRegistry.getGlobalComponentRegistry() |
Modifier and Type | Method and Description |
---|---|
protected AdvancedCache<K,V> |
InternalCacheFactory.createAndWire(Configuration configuration,
GlobalComponentRegistry globalComponentRegistry,
String cacheName) |
Cache<K,V> |
InternalCacheFactory.createCache(Configuration configuration,
GlobalComponentRegistry globalComponentRegistry,
String cacheName)
This implementation clones the configuration passed in before using it.
|
Constructor and Description |
---|
ComponentRegistry(String cacheName,
Configuration configuration,
AdvancedCache<?,?> cache,
GlobalComponentRegistry globalComponents,
ClassLoader defaultClassLoader)
Creates an instance of the component registry.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheManagerJmxRegistration.init(GlobalComponentRegistry registry,
GlobalConfiguration configuration) |
protected void |
CacheJmxRegistration.updateDomain(ComponentsJmxRegistration registrar,
GlobalComponentRegistry componentRegistry,
MBeanServer mBeanServer,
String groupName) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractModuleLifecycle.cacheManagerStarted(GlobalComponentRegistry gcr) |
void |
ModuleLifecycle.cacheManagerStarted(GlobalComponentRegistry gcr) |
void |
AbstractModuleLifecycle.cacheManagerStarting(GlobalComponentRegistry gcr,
GlobalConfiguration globalConfiguration) |
void |
ModuleLifecycle.cacheManagerStarting(GlobalComponentRegistry gcr,
GlobalConfiguration globalConfiguration) |
void |
AbstractModuleLifecycle.cacheManagerStopped(GlobalComponentRegistry gcr) |
void |
ModuleLifecycle.cacheManagerStopped(GlobalComponentRegistry gcr) |
void |
AbstractModuleLifecycle.cacheManagerStopping(GlobalComponentRegistry gcr) |
void |
ModuleLifecycle.cacheManagerStopping(GlobalComponentRegistry gcr) |
Modifier and Type | Method and Description |
---|---|
void |
LifecycleCallbacks.cacheManagerStarting(GlobalComponentRegistry gcr,
GlobalConfiguration globalCfg) |
Modifier and Type | Method and Description |
---|---|
GlobalComponentRegistry |
DefaultCacheManager.getGlobalComponentRegistry() |
GlobalComponentRegistry |
EmbeddedCacheManager.getGlobalComponentRegistry() |
Modifier and Type | Method and Description |
---|---|
GlobalComponentRegistry |
AbstractDelegatingEmbeddedCacheManager.getGlobalComponentRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
ExternalizerTable.inject(RemoteCommandsFactory cmdFactory,
GlobalComponentRegistry gcr,
StreamingMarshaller globalMarshaller) |
Constructor and Description |
---|
CacheRpcCommandExternalizer(GlobalComponentRegistry gcr,
ReplicableCommandExternalizer cmdExt) |
ReplicableCommandExternalizer(RemoteCommandsFactory cmdFactory,
GlobalComponentRegistry globalComponentRegistry) |
Modifier and Type | Method and Description |
---|---|
void |
JpaStoreLifecycleManager.cacheManagerStarting(GlobalComponentRegistry gcr,
GlobalConfiguration globalConfiguration) |
void |
JpaStoreLifecycleManager.cacheManagerStopping(GlobalComponentRegistry gcr) |
Modifier and Type | Method and Description |
---|---|
void |
LifecycleCallbacks.cacheManagerStarting(GlobalComponentRegistry gcr,
GlobalConfiguration globalCfg) |
Modifier and Type | Method and Description |
---|---|
void |
GlobalInboundInvocationHandler.injectDependencies(ExecutorService remoteCommandsExecutor,
GlobalComponentRegistry globalComponentRegistry,
BackupReceiverRepository backupReceiverRepository) |
Modifier and Type | Field and Description |
---|---|
protected GlobalComponentRegistry |
JGroupsTransport.gcr |
Modifier and Type | Method and Description |
---|---|
void |
JGroupsTransport.initialize(StreamingMarshaller marshaller,
CacheManagerNotifier notifier,
GlobalComponentRegistry gcr,
TimeService timeService,
InboundInvocationHandler globalHandler,
ScheduledExecutorService timeoutExecutor)
Initializes the transport with global cache configuration and transport-specific properties.
|
Modifier and Type | Method and Description |
---|---|
GlobalComponentRegistry |
GetGlobalComponentRegistryAction.run() |
GlobalComponentRegistry |
GetCacheGlobalComponentRegistryAction.run() |
Modifier and Type | Method and Description |
---|---|
void |
LocalTopologyManagerImpl.inject(Transport transport,
ExecutorService asyncTransportExecutor,
GlobalComponentRegistry gcr,
TimeService timeService,
GlobalStateManager globalStateManager) |
void |
ClusterTopologyManagerImpl.inject(Transport transport,
ExecutorService asyncTransportExecutor,
GlobalConfiguration globalConfiguration,
GlobalComponentRegistry gcr,
CacheManagerNotifier cacheManagerNotifier,
EmbeddedCacheManager cacheManager,
EventLogManager eventLogManager) |
Modifier and Type | Method and Description |
---|---|
void |
LifecycleCallbacks.cacheManagerStarting(GlobalComponentRegistry gcr,
GlobalConfiguration globalCfg) |
Copyright © 2021 JBoss, a division of Red Hat. All rights reserved.