Package | Description |
---|---|
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.marshall.exts |
Externalizers for various JDK types that are marshalled using the marshalling framework.
|
org.infinispan.marshall.jboss |
Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals.
|
org.infinispan.remoting |
Remote communication between cache instances.
|
Modifier and Type | Method and Description |
---|---|
void |
RemoteCommandsFactory.inject(EmbeddedCacheManager cacheManager,
GlobalComponentRegistry registry,
Map<Byte,ModuleCommandFactory> commandFactories) |
Constructor and Description |
---|
RemoveCacheCommand(String cacheName,
EmbeddedCacheManager cacheManager,
GlobalComponentRegistry registry) |
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 |
ModuleLifecycle.cacheManagerStarted(GlobalComponentRegistry gcr) |
void |
AbstractModuleLifecycle.cacheManagerStarted(GlobalComponentRegistry gcr) |
void |
ModuleLifecycle.cacheManagerStarting(GlobalComponentRegistry gcr,
GlobalConfiguration globalConfiguration) |
void |
AbstractModuleLifecycle.cacheManagerStarting(GlobalComponentRegistry gcr,
GlobalConfiguration globalConfiguration) |
void |
ModuleLifecycle.cacheManagerStopped(GlobalComponentRegistry gcr) |
void |
AbstractModuleLifecycle.cacheManagerStopped(GlobalComponentRegistry gcr) |
void |
ModuleLifecycle.cacheManagerStopping(GlobalComponentRegistry gcr) |
void |
AbstractModuleLifecycle.cacheManagerStopping(GlobalComponentRegistry gcr) |
Constructor and Description |
---|
CacheRpcCommandExternalizer(GlobalComponentRegistry gcr,
ReplicableCommandExternalizer cmdExt) |
ReplicableCommandExternalizer(RemoteCommandsFactory cmdFactory,
GlobalComponentRegistry globalComponentRegistry) |
Modifier and Type | Method and Description |
---|---|
void |
ExternalizerTable.inject(RemoteCommandsFactory cmdFactory,
GlobalComponentRegistry gcr,
StreamingMarshaller globalMarshaller) |
Modifier and Type | Method and Description |
---|---|
void |
InboundInvocationHandlerImpl.inject(GlobalComponentRegistry gcr,
EmbeddedCacheManager embeddedCacheManager,
Transport transport,
GlobalConfiguration globalConfiguration,
CacheViewsManager cacheViewsManager) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.