| Package | Description |
|---|---|
| org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
| org.infinispan.commands.topology | |
| org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
| org.infinispan.lifecycle |
Module and component lifecycle.
|
| org.infinispan.manager |
Cache manager API.
|
| org.infinispan.manager.impl | |
| org.infinispan.marshall.exts |
Externalizers for various JDK types that are marshalled using the marshalling framework.
|
| org.infinispan.security.actions | |
| org.infinispan.topology |
| Modifier and Type | Method and Description |
|---|---|
default CompletionStage<?> |
GlobalRpcCommand.invokeAsync(GlobalComponentRegistry globalComponentRegistry)
Invoke the command asynchronously.
|
| Modifier and Type | Field and Description |
|---|---|
protected GlobalComponentRegistry |
AnyScopeComponentFactory.globalComponentRegistry |
| Modifier and Type | Method and Description |
|---|---|
GlobalComponentRegistry |
ComponentRegistry.getGlobalComponentRegistry() |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
default void |
ModuleLifecycle.cacheManagerStarted(GlobalComponentRegistry gcr) |
default void |
ModuleLifecycle.cacheManagerStarting(GlobalComponentRegistry gcr,
GlobalConfiguration globalConfiguration) |
default void |
ModuleLifecycle.cacheManagerStopped(GlobalComponentRegistry gcr) |
default void |
ModuleLifecycle.cacheManagerStopping(GlobalComponentRegistry gcr) |
| Modifier and Type | Method and Description |
|---|---|
GlobalComponentRegistry |
DefaultCacheManager.getGlobalComponentRegistry() |
GlobalComponentRegistry |
EmbeddedCacheManager.getGlobalComponentRegistry()
Deprecated.
Since 10.0, with no public API replacement
|
| Modifier and Type | Method and Description |
|---|---|
GlobalComponentRegistry |
AbstractDelegatingEmbeddedCacheManager.getGlobalComponentRegistry() |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<?> |
ReplicableRunnableCommand.invokeAsync(GlobalComponentRegistry globalComponentRegistry) |
| Constructor and Description |
|---|
CacheRpcCommandExternalizer(GlobalComponentRegistry gcr,
ReplicableCommandExternalizer cmdExt) |
ReplicableCommandExternalizer(RemoteCommandsFactory cmdFactory,
GlobalComponentRegistry globalComponentRegistry) |
| Modifier and Type | Method and Description |
|---|---|
GlobalComponentRegistry |
GetGlobalComponentRegistryAction.run() |
| Constructor and Description |
|---|
TopologyManagementHelper(GlobalComponentRegistry gcr) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.