Uses of Class
org.infinispan.factories.ComponentRegistry
Packages that use ComponentRegistry
Package
Description
Commands that operate on the cache, either locally or remotely.
Factories are internal components used to create other components based on a cache's
configuration.
Provides capabilities around filtering and converting entries that are found in the cache or cache store/loader.
Module and component lifecycle.
Cache
-specific notifications and eventing filtering classes.Query module internals.
Remote communication between cache instances.
Lock and synchronization related classes, tools and utilities.
-
Uses of ComponentRegistry in org.infinispan.cache.impl
Fields in org.infinispan.cache.impl declared as ComponentRegistryMethods in org.infinispan.cache.impl that return ComponentRegistryModifier and TypeMethodDescriptionAbstractDelegatingAdvancedCache.getComponentRegistry()
AbstractDelegatingCache.getComponentRegistry()
CacheImpl.getComponentRegistry()
InternalCache.getComponentRegistry()
SimpleCacheImpl.getComponentRegistry()
Methods in org.infinispan.cache.impl with parameters of type ComponentRegistryModifier and TypeMethodDescriptionvoid
BiFunctionMapper.injectDependencies
(ComponentRegistry componentRegistry) void
EncoderEntryMapper.injectDependencies
(ComponentRegistry registry) void
EncoderKeyMapper.injectDependencies
(ComponentRegistry registry) void
EncoderValueMapper.injectDependencies
(ComponentRegistry registry) void
FunctionMapper.injectDependencies
(ComponentRegistry registry) -
Uses of ComponentRegistry in org.infinispan.commands
Methods in org.infinispan.commands with parameters of type ComponentRegistryModifier and TypeMethodDescriptionvoid
InitializableCommand.init
(ComponentRegistry componentRegistry, boolean isRemote) Deprecated, for removal: This API element is subject to removal in a future version.default void
VisitableCommand.init
(ComponentRegistry registry) -
Uses of ComponentRegistry in org.infinispan.counter.impl
Methods in org.infinispan.counter.impl with parameters of type ComponentRegistryModifier and TypeMethodDescriptionvoid
CounterModuleLifecycle.cacheStarting
(ComponentRegistry cr, Configuration configuration, String cacheName) -
Uses of ComponentRegistry in org.infinispan.distribution.group.impl
Methods in org.infinispan.distribution.group.impl with parameters of type ComponentRegistryModifier and TypeMethodDescriptionvoid
CacheEntryGroupPredicate.inject
(ComponentRegistry registry) -
Uses of ComponentRegistry in org.infinispan.encoding
Methods in org.infinispan.encoding with parameters of type ComponentRegistryModifier and TypeMethodDescriptionvoid
DataConversion.overrideWrapper
(Class<? extends Wrapper> newWrapper, ComponentRegistry cr) Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0, will be removed with no replacement -
Uses of ComponentRegistry in org.infinispan.factories
Fields in org.infinispan.factories declared as ComponentRegistryModifier and TypeFieldDescriptionprotected ComponentRegistry
AbstractNamedCacheComponentFactory.componentRegistry
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.infinispan.factories that return ComponentRegistryModifier and TypeMethodDescriptionfinal ComponentRegistry
GlobalComponentRegistry.getNamedComponentRegistry
(String name) final ComponentRegistry
GlobalComponentRegistry.getNamedComponentRegistry
(ByteString name) static <K,
V> ComponentRegistry Methods in org.infinispan.factories that return types with arguments of type ComponentRegistryModifier and TypeMethodDescriptionfinal Collection
<ComponentRegistry> GlobalComponentRegistry.getNamedComponentRegistries()
Methods in org.infinispan.factories with parameters of type ComponentRegistryModifier and TypeMethodDescriptionfinal void
GlobalComponentRegistry.registerNamedComponentRegistry
(ComponentRegistry componentRegistry, String name) -
Uses of ComponentRegistry in org.infinispan.filter
Methods in org.infinispan.filter with parameters of type ComponentRegistryModifier and TypeMethodDescriptionprotected void
CompositeKeyValueFilter.injectDependencies
(ComponentRegistry cr) -
Uses of ComponentRegistry in org.infinispan.health.impl
Constructors in org.infinispan.health.impl with parameters of type ComponentRegistry -
Uses of ComponentRegistry in org.infinispan.lifecycle
Methods in org.infinispan.lifecycle with parameters of type ComponentRegistryModifier and TypeMethodDescriptiondefault void
ModuleLifecycle.cacheStarted
(ComponentRegistry cr, String cacheName) default void
ModuleLifecycle.cacheStarting
(ComponentRegistry cr, Configuration configuration, String cacheName) default void
ModuleLifecycle.cacheStopped
(ComponentRegistry cr, String cacheName) default void
ModuleLifecycle.cacheStopping
(ComponentRegistry cr, String cacheName) -
Uses of ComponentRegistry in org.infinispan.notifications.cachelistener.cluster
Methods in org.infinispan.notifications.cachelistener.cluster with parameters of type ComponentRegistryModifier and TypeMethodDescriptionMultiClusterEventCommand.invokeAsync
(ComponentRegistry componentRegistry) -
Uses of ComponentRegistry in org.infinispan.notifications.cachelistener.filter
Methods in org.infinispan.notifications.cachelistener.filter with parameters of type ComponentRegistryModifier and TypeMethodDescriptionprotected void
CacheEventConverterAsConverter.injectDependencies
(ComponentRegistry cr) protected void
CacheEventFilterAsKeyValueFilter.injectDependencies
(ComponentRegistry cr) protected void
CacheEventFilterConverterAsKeyValueFilterConverter.injectDependencies
(ComponentRegistry cr) protected void
CompositeCacheEventFilter.injectDependencies
(ComponentRegistry cr) protected void
KeyValueFilterAsCacheEventFilter.injectDependencies
(ComponentRegistry cr) protected void
KeyValueFilterConverterAsCacheEventFilterConverter.injectDependencies
(ComponentRegistry cr) -
Uses of ComponentRegistry in org.infinispan.query.impl
Methods in org.infinispan.query.impl with parameters of type ComponentRegistryModifier and TypeMethodDescriptionvoid
LifecycleManager.cacheStarted
(ComponentRegistry cr, String cacheName) void
LifecycleManager.cacheStarting
(ComponentRegistry cr, Configuration cfg, String cacheName) Registers the Search interceptor in the cache before it gets startedvoid
LifecycleManager.cacheStopped
(ComponentRegistry cr, String cacheName) void
LifecycleManager.cacheStopping
(ComponentRegistry cr, String cacheName) -
Uses of ComponentRegistry in org.infinispan.remoting
Methods in org.infinispan.remoting with parameters of type ComponentRegistryModifier and TypeMethodDescriptionstatic LocalInvocation
LocalInvocation.newInstance
(ComponentRegistry componentRegistry, org.infinispan.commands.remote.CacheRpcCommand command) -
Uses of ComponentRegistry in org.infinispan.security.actions
Methods in org.infinispan.security.actions that return ComponentRegistryModifier and TypeMethodDescriptionstatic ComponentRegistry
SecurityActions.getCacheComponentRegistry
(AdvancedCache<?, ?> cache) -
Uses of ComponentRegistry in org.infinispan.security.impl
Methods in org.infinispan.security.impl that return ComponentRegistry -
Uses of ComponentRegistry in org.infinispan.server.hotrod
Methods in org.infinispan.server.hotrod with parameters of type ComponentRegistryModifier and TypeMethodDescriptionvoid
LifecycleCallbacks.cacheStarting
(ComponentRegistry cr, Configuration configuration, String cacheName) -
Uses of ComponentRegistry in org.infinispan.server.hotrod.command.tx
Methods in org.infinispan.server.hotrod.command.tx with parameters of type ComponentRegistryModifier and TypeMethodDescriptionForwardCommitCommand.invokeAsync
(ComponentRegistry componentRegistry) ForwardRollbackCommand.invokeAsync
(ComponentRegistry componentRegistry) -
Uses of ComponentRegistry in org.infinispan.server.hotrod.tx.table.functions
Methods in org.infinispan.server.hotrod.tx.table.functions with parameters of type ComponentRegistry -
Uses of ComponentRegistry in org.infinispan.stream.impl
Fields in org.infinispan.stream.impl declared as ComponentRegistryMethods in org.infinispan.stream.impl with parameters of type ComponentRegistryModifier and TypeMethodDescriptionvoid
TerminalOperation.handleInjection
(ComponentRegistry registry) Handles injection of components for various intermediate and this operation.void
CacheIntermediatePublisher.inject
(ComponentRegistry registry) void
CacheStreamIntermediateReducer.inject
(ComponentRegistry registry) Constructors in org.infinispan.stream.impl with parameters of type ComponentRegistryModifierConstructorDescriptionprotected
AbstractCacheStream
(Address localAddress, boolean parallel, InvocationContext ctx, long explicitFlags, int distributedBatchSize, Executor executor, ComponentRegistry registry, Function<? super Original, ?> toKeyFunction, ClusterPublisherManager<?, ?> clusterPublisherManager) DistributedCacheStream
(Address localAddress, boolean parallel, InvocationContext ctx, long explicitFlags, int distributedBatchSize, Executor executor, ComponentRegistry registry, Function<? super Original, ?> toKeyFunction, ClusterPublisherManager<?, ?> clusterPublisherManager) Standard constructor requiring all pertinent information to properly utilize a distributed cache stream -
Uses of ComponentRegistry in org.infinispan.util.concurrent.locks
Methods in org.infinispan.util.concurrent.locks with parameters of type ComponentRegistryModifier and TypeMethodDescriptionTransactionalRemoteLockCommand.createContext
(ComponentRegistry componentRegistry) It creates the transaction context. -
Uses of ComponentRegistry in org.infinispan.xsite.commands
Methods in org.infinispan.xsite.commands with parameters of type ComponentRegistryModifier and TypeMethodDescriptionXSiteAmendOfflineStatusCommand.invokeAsync
(ComponentRegistry registry) XSiteAutoTransferStatusCommand.invokeAsync
(ComponentRegistry registry) XSiteBringOnlineCommand.invokeAsync
(ComponentRegistry registry) XSiteOfflineStatusCommand.invokeAsync
(ComponentRegistry registry) XSiteSetStateTransferModeCommand.invokeAsync
(ComponentRegistry registry) XSiteStateTransferCancelSendCommand.invokeAsync
(ComponentRegistry registry) XSiteStateTransferClearStatusCommand.invokeAsync
(ComponentRegistry registry) XSiteStateTransferFinishReceiveCommand.invokeAsync
(ComponentRegistry registry) XSiteStateTransferFinishSendCommand.invokeAsync
(ComponentRegistry registry) XSiteStateTransferRestartSendingCommand.invokeAsync
(ComponentRegistry registry) XSiteStateTransferStartReceiveCommand.invokeAsync
(ComponentRegistry registry) XSiteStateTransferStartSendCommand.invokeAsync
(ComponentRegistry registry) XSiteStateTransferStatusRequestCommand.invokeAsync
(ComponentRegistry registry) XSiteStatusCommand.invokeAsync
(ComponentRegistry registry) XSiteTakeOfflineCommand.invokeAsync
(ComponentRegistry registry) -
Uses of ComponentRegistry in org.infinispan.xsite.commands.remote
Methods in org.infinispan.xsite.commands.remote with parameters of type ComponentRegistryModifier and TypeMethodDescriptionprotected CompletionStage
<IntSet> IracTombstoneCheckRequest.invokeInLocalCache
(String origin, ComponentRegistry registry) protected CompletionStage
<T> IracUpdateKeyRequest.invokeInLocalCache
(String origin, ComponentRegistry registry) protected abstract CompletionStage
<T> XSiteCacheRequest.invokeInLocalCache
(String origin, ComponentRegistry registry) protected CompletionStage
<Void> XSiteStatePushRequest.invokeInLocalCache
(String origin, ComponentRegistry registry) protected CompletionStage
<Void> XSiteStateTransferControlRequest.invokeInLocalCache
(String origin, ComponentRegistry registry) -
Uses of ComponentRegistry in org.infinispan.xsite.statetransfer
Methods in org.infinispan.xsite.statetransfer with parameters of type ComponentRegistryModifier and TypeMethodDescriptionXSiteStatePushCommand.invokeAsync
(ComponentRegistry componentRegistry)