Uses of Class
org.infinispan.factories.ComponentRegistry
-
-
Uses of ComponentRegistry in org.infinispan
Methods in org.infinispan that return ComponentRegistry Modifier and Type Method Description ComponentRegistry
AdvancedCache. getComponentRegistry()
Deprecated.Since 10.0, with no public API replacement -
Uses of ComponentRegistry in org.infinispan.cache.impl
Fields in org.infinispan.cache.impl declared as ComponentRegistry Modifier and Type Field Description protected ComponentRegistry
CacheImpl. componentRegistry
Methods in org.infinispan.cache.impl that return ComponentRegistry Modifier and Type Method Description ComponentRegistry
AbstractDelegatingAdvancedCache. getComponentRegistry()
ComponentRegistry
CacheImpl. getComponentRegistry()
ComponentRegistry
SimpleCacheImpl. getComponentRegistry()
Methods in org.infinispan.cache.impl with parameters of type ComponentRegistry Modifier and Type Method Description void
EncoderEntryMapper. injectDependencies(ComponentRegistry registry)
void
EncoderKeyMapper. injectDependencies(ComponentRegistry registry)
void
EncoderValueMapper. injectDependencies(ComponentRegistry registry)
-
Uses of ComponentRegistry in org.infinispan.compat
Methods in org.infinispan.compat with parameters of type ComponentRegistry Modifier and Type Method Description void
BiFunctionMapper. injectDependencies(ComponentRegistry componentRegistry)
void
FunctionMapper. injectDependencies(ComponentRegistry registry)
-
Uses of ComponentRegistry in org.infinispan.encoding
Methods in org.infinispan.encoding with parameters of type ComponentRegistry Modifier and Type Method Description void
DataConversion. overrideWrapper(Class<? extends org.infinispan.commons.dataconversion.Wrapper> newWrapper, ComponentRegistry cr)
-
Uses of ComponentRegistry in org.infinispan.expiration.impl
Fields in org.infinispan.expiration.impl declared as ComponentRegistry Modifier and Type Field Description protected ComponentRegistry
ExpirationManagerImpl. componentRegistry
Methods in org.infinispan.expiration.impl with parameters of type ComponentRegistry Modifier and Type Method Description void
TouchCommand. init(ComponentRegistry componentRegistry, boolean isRemote)
-
Uses of ComponentRegistry in org.infinispan.factories
Fields in org.infinispan.factories declared as ComponentRegistry Modifier and Type Field Description protected ComponentRegistry
AbstractNamedCacheComponentFactory. componentRegistry
Deprecated.Methods in org.infinispan.factories that return ComponentRegistry Modifier and Type Method Description ComponentRegistry
GlobalComponentRegistry. getNamedComponentRegistry(String name)
ComponentRegistry
GlobalComponentRegistry. getNamedComponentRegistry(ByteString name)
Methods in org.infinispan.factories with parameters of type ComponentRegistry Modifier and Type Method Description static InterceptorChainFactory
InterceptorChainFactory. getInstance(ComponentRegistry componentRegistry, Configuration configuration)
Deprecated.Since 9.4, not used.void
GlobalComponentRegistry. registerNamedComponentRegistry(ComponentRegistry componentRegistry, String name)
-
Uses of ComponentRegistry in org.infinispan.filter
Methods in org.infinispan.filter with parameters of type ComponentRegistry Modifier and Type Method Description protected void
CompositeKeyFilter. injectDependencies(ComponentRegistry cr)
protected void
CompositeKeyValueFilter. injectDependencies(ComponentRegistry cr)
protected void
KeyFilterAsKeyValueFilter. injectDependencies(ComponentRegistry cr)
protected void
KeyValueFilterAsKeyFilter. injectDependencies(ComponentRegistry cr)
-
Uses of ComponentRegistry in org.infinispan.interceptors.impl
Fields in org.infinispan.interceptors.impl declared as ComponentRegistry Modifier and Type Field Description protected ComponentRegistry
BaseRpcInterceptor. componentRegistry
Methods in org.infinispan.interceptors.impl with parameters of type ComponentRegistry Modifier and Type Method Description static int
CacheMgmtInterceptor. calculateRequiredMinimumNumberOfNodes(AdvancedCache<?,?> cache, ComponentRegistry componentRegistry)
-
Uses of ComponentRegistry in org.infinispan.lifecycle
Methods in org.infinispan.lifecycle with parameters of type ComponentRegistry Modifier and Type Method Description void
AbstractModuleLifecycle. cacheStarted(ComponentRegistry cr, String cacheName)
Deprecated.default void
ModuleLifecycle. cacheStarted(ComponentRegistry cr, String cacheName)
void
AbstractModuleLifecycle. cacheStarting(ComponentRegistry cr, Configuration configuration, String cacheName)
Deprecated.default void
ModuleLifecycle. cacheStarting(ComponentRegistry cr, Configuration configuration, String cacheName)
void
AbstractModuleLifecycle. cacheStopped(ComponentRegistry cr, String cacheName)
Deprecated.default void
ModuleLifecycle. cacheStopped(ComponentRegistry cr, String cacheName)
void
AbstractModuleLifecycle. cacheStopping(ComponentRegistry cr, String cacheName)
Deprecated.default void
ModuleLifecycle. cacheStopping(ComponentRegistry cr, String cacheName)
-
Uses of ComponentRegistry in org.infinispan.notifications.cachelistener.filter
Methods in org.infinispan.notifications.cachelistener.filter with parameters of type ComponentRegistry Modifier and Type Method Description protected 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
KeyFilterAsCacheEventFilter. injectDependencies(ComponentRegistry cr)
protected void
KeyValueFilterAsCacheEventFilter. injectDependencies(ComponentRegistry cr)
protected void
KeyValueFilterConverterAsCacheEventFilterConverter. injectDependencies(ComponentRegistry cr)
-
Uses of ComponentRegistry in org.infinispan.query.backend
Methods in org.infinispan.query.backend that return ComponentRegistry Modifier and Type Method Description ComponentRegistry
ComponentRegistryService. getComponentRegistry()
Constructors in org.infinispan.query.backend with parameters of type ComponentRegistry Constructor Description SearchableCacheConfiguration(Set<Class<?>> indexedEntities, Properties properties, Collection<ProgrammaticSearchMappingProvider> programmaticSearchMappingProviders, Collection<org.hibernate.search.analyzer.definition.LuceneAnalysisDefinitionProvider> analyzerDefProviders, ComponentRegistry cr, ClassLoader aggregatedClassLoader)
-
Uses of ComponentRegistry in org.infinispan.query.dsl.embedded.impl
Methods in org.infinispan.query.dsl.embedded.impl with parameters of type ComponentRegistry Modifier and Type Method Description protected void
IckleCacheEventFilterConverter. injectDependencies(ComponentRegistry componentRegistry)
protected void
IckleFilterAndConverter. injectDependencies(ComponentRegistry componentRegistry, QueryCache queryCache)
Acquires a Matcher instance from the ComponentRegistry of the given Cache object. -
Uses of ComponentRegistry in org.infinispan.query.impl
Methods in org.infinispan.query.impl with parameters of type ComponentRegistry Modifier and Type Method Description void
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.query.remote.impl
Methods in org.infinispan.query.remote.impl with parameters of type ComponentRegistry Modifier and Type Method Description void
LifecycleManager. cacheStarting(ComponentRegistry cr, Configuration cfg, String cacheName)
Registers the remote value wrapper interceptor in the cache before it gets started. -
Uses of ComponentRegistry in org.infinispan.security.actions
Methods in org.infinispan.security.actions that return ComponentRegistry Modifier and Type Method Description ComponentRegistry
GetCacheComponentRegistryAction. run()
-
Uses of ComponentRegistry in org.infinispan.security.impl
Methods in org.infinispan.security.impl that return ComponentRegistry Modifier and Type Method Description ComponentRegistry
SecureCacheImpl. getComponentRegistry()
-
Uses of ComponentRegistry in org.infinispan.server.hotrod
Methods in org.infinispan.server.hotrod with parameters of type ComponentRegistry Modifier and Type Method Description void
LifecycleCallbacks. cacheStarting(ComponentRegistry cr, Configuration configuration, String cacheName)
io.netty.buffer.ByteBuf
AbstractEncoder1x. statsResponse(HotRodHeader header, HotRodServer server, io.netty.buffer.ByteBufAllocator alloc, Stats stats, NettyTransport transport, ComponentRegistry cacheRegistry)
io.netty.buffer.ByteBuf
VersionedEncoder. statsResponse(HotRodHeader header, HotRodServer server, io.netty.buffer.ByteBufAllocator alloc, Stats stats, NettyTransport transport, ComponentRegistry cacheRegistry)
-
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 Modifier and Type Method Description void
TxFunction. inject(ComponentRegistry registry)
-
Uses of ComponentRegistry in org.infinispan.stream.impl
Fields in org.infinispan.stream.impl declared as ComponentRegistry Modifier and Type Field Description protected ComponentRegistry
AbstractCacheStream. registry
Methods in org.infinispan.stream.impl with parameters of type ComponentRegistry Modifier and Type Method Description void
KeyTrackingTerminalOperation. handleInjection(ComponentRegistry registry)
Handles injection of components for various intermediate and this operation.void
TerminalOperation. handleInjection(ComponentRegistry registry)
Handles injection of components for various intermediate and this operation.Constructors in org.infinispan.stream.impl with parameters of type ComponentRegistry Constructor Description AbstractCacheStream(Address localAddress, boolean parallel, DistributionManager dm, Supplier<CacheStream<Original>> supplier, ClusterStreamManager<Original,Object> csm, boolean includeLoader, int distributedBatchSize, Executor executor, ComponentRegistry registry, Function<? super Original,?> toKeyFunction)
DistributedCacheStream(Address localAddress, boolean parallel, DistributionManager dm, Supplier<CacheStream<R>> supplier, ClusterStreamManager csm, boolean includeLoader, int distributedBatchSize, Executor executor, ComponentRegistry registry, Function<? super Original,?> toKeyFunction)
Standard constructor requiring all pertinent information to properly utilize a distributed cache stream
-