|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GlobalComponentRegistry | |
---|---|
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.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.query.impl | |
org.infinispan.remoting | Remote communication between cache instances. |
org.infinispan.remoting.transport.jgroups | A transport implementation based on JGroups. |
org.infinispan.topology |
Uses of GlobalComponentRegistry in org.infinispan.cli.interpreter |
---|
Methods in org.infinispan.cli.interpreter with parameters of type GlobalComponentRegistry | |
---|---|
void |
LifecycleCallbacks.cacheManagerStarted(GlobalComponentRegistry gcr)
|
void |
LifecycleCallbacks.cacheManagerStopping(GlobalComponentRegistry gcr)
|
Uses of GlobalComponentRegistry in org.infinispan.commands |
---|
Methods in org.infinispan.commands with parameters of type GlobalComponentRegistry | |
---|---|
void |
RemoteCommandsFactory.inject(EmbeddedCacheManager cacheManager,
GlobalComponentRegistry registry,
Map<Byte,ModuleCommandFactory> commandFactories)
|
Constructors in org.infinispan.commands with parameters of type GlobalComponentRegistry | |
---|---|
RemoveCacheCommand(String cacheName,
EmbeddedCacheManager cacheManager,
GlobalComponentRegistry registry,
CacheLoaderManager cacheLoaderManager)
|
Uses of GlobalComponentRegistry in org.infinispan.factories |
---|
Fields in org.infinispan.factories declared as GlobalComponentRegistry | |
---|---|
protected GlobalComponentRegistry |
AbstractComponentFactory.globalComponentRegistry
|
Methods in org.infinispan.factories that return GlobalComponentRegistry | |
---|---|
GlobalComponentRegistry |
ComponentRegistry.getGlobalComponentRegistry()
|
Methods in org.infinispan.factories with parameters of type GlobalComponentRegistry | |
---|---|
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. |
Constructors in org.infinispan.factories with parameters of type GlobalComponentRegistry | |
---|---|
ComponentRegistry(String cacheName,
Configuration configuration,
AdvancedCache<?,?> cache,
GlobalComponentRegistry globalComponents,
ClassLoader defaultClassLoader)
Creates an instance of the component registry. |
Uses of GlobalComponentRegistry in org.infinispan.jmx |
---|
Methods in org.infinispan.jmx with parameters of type GlobalComponentRegistry | |
---|---|
void |
CacheManagerJmxRegistration.init(GlobalComponentRegistry registry,
GlobalConfiguration configuration)
|
protected void |
CacheJmxRegistration.updateDomain(ComponentsJmxRegistration registrar,
GlobalComponentRegistry componentRegistry,
MBeanServer mBeanServer,
String groupName)
|
Uses of GlobalComponentRegistry in org.infinispan.lifecycle |
---|
Uses of GlobalComponentRegistry in org.infinispan.lucene |
---|
Methods in org.infinispan.lucene with parameters of type GlobalComponentRegistry | |
---|---|
void |
LifecycleCallbacks.cacheManagerStarting(GlobalComponentRegistry gcr,
GlobalConfiguration globalCfg)
|
Uses of GlobalComponentRegistry in org.infinispan.marshall.exts |
---|
Constructors in org.infinispan.marshall.exts with parameters of type GlobalComponentRegistry | |
---|---|
CacheRpcCommandExternalizer(GlobalComponentRegistry gcr,
ReplicableCommandExternalizer cmdExt)
|
|
ReplicableCommandExternalizer(RemoteCommandsFactory cmdFactory,
GlobalComponentRegistry globalComponentRegistry)
|
Uses of GlobalComponentRegistry in org.infinispan.marshall.jboss |
---|
Methods in org.infinispan.marshall.jboss with parameters of type GlobalComponentRegistry | |
---|---|
void |
ExternalizerTable.inject(RemoteCommandsFactory cmdFactory,
GlobalComponentRegistry gcr,
StreamingMarshaller globalMarshaller)
|
Uses of GlobalComponentRegistry in org.infinispan.query.impl |
---|
Methods in org.infinispan.query.impl with parameters of type GlobalComponentRegistry | |
---|---|
void |
LifecycleManager.cacheManagerStarting(GlobalComponentRegistry gcr,
GlobalConfiguration globalCfg)
|
Uses of GlobalComponentRegistry in org.infinispan.remoting |
---|
Methods in org.infinispan.remoting with parameters of type GlobalComponentRegistry | |
---|---|
void |
InboundInvocationHandlerImpl.inject(GlobalComponentRegistry gcr,
Transport transport,
GlobalConfiguration globalConfiguration,
CancellationService cancelService)
|
Uses of GlobalComponentRegistry in org.infinispan.remoting.transport.jgroups |
---|
Methods in org.infinispan.remoting.transport.jgroups with parameters of type GlobalComponentRegistry | |
---|---|
void |
JGroupsTransport.initialize(StreamingMarshaller marshaller,
ExecutorService asyncExecutor,
InboundInvocationHandler inboundInvocationHandler,
CacheManagerNotifier notifier,
GlobalComponentRegistry gcr,
BackupReceiverRepository backupReceiverRepository)
Initializes the transport with global cache configuration and transport-specific properties. |
Constructors in org.infinispan.remoting.transport.jgroups with parameters of type GlobalComponentRegistry | |
---|---|
CommandAwareRpcDispatcher(org.jgroups.Channel channel,
JGroupsTransport transport,
ExecutorService asyncExecutor,
InboundInvocationHandler inboundInvocationHandler,
GlobalComponentRegistry gcr,
BackupReceiverRepository backupReceiverRepository)
|
Uses of GlobalComponentRegistry in org.infinispan.topology |
---|
Methods in org.infinispan.topology with parameters of type GlobalComponentRegistry | |
---|---|
void |
LocalTopologyManagerImpl.inject(Transport transport,
ExecutorService asyncTransportExecutor,
GlobalComponentRegistry gcr)
|
void |
ClusterTopologyManagerImpl.inject(Transport transport,
RebalancePolicy rebalancePolicy,
ExecutorService asyncTransportExecutor,
GlobalConfiguration globalConfiguration,
GlobalComponentRegistry gcr,
CacheManagerNotifier cacheManagerNotifier)
|
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |