Uses of Class
org.infinispan.factories.ComponentRegistry
-
Packages that use ComponentRegistry Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.compat org.infinispan.encoding org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.filter Provides capabilities around filtering and converting entries that are found in the cache or cache store/loader.org.infinispan.lifecycle Component lifecycle.org.infinispan.notifications.cachelistener.filter Cache-specific notifications and eventing filtering classes.org.infinispan.security.actions org.infinispan.server.hotrod org.infinispan.server.hotrod.tx.table.functions -
-
Uses of ComponentRegistry in org.infinispan
Methods in org.infinispan that return ComponentRegistry Modifier and Type Method Description ComponentRegistryAdvancedCache. getComponentRegistry()Deprecated.Since 10.0, with no public API replacement -
Uses of ComponentRegistry in org.infinispan.compat
Methods in org.infinispan.compat with parameters of type ComponentRegistry Modifier and Type Method Description voidBiFunctionMapper. injectDependencies(ComponentRegistry componentRegistry)voidFunctionMapper. 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 voidDataConversion. overrideWrapper(java.lang.Class<? extends Wrapper> newWrapper, ComponentRegistry cr) -
Uses of ComponentRegistry in org.infinispan.factories
Fields in org.infinispan.factories declared as ComponentRegistry Modifier and Type Field Description protected ComponentRegistryAbstractNamedCacheComponentFactory. componentRegistryDeprecated.Methods in org.infinispan.factories that return ComponentRegistry Modifier and Type Method Description ComponentRegistryGlobalComponentRegistry. getNamedComponentRegistry(java.lang.String name)ComponentRegistryGlobalComponentRegistry. getNamedComponentRegistry(ByteString name)Methods in org.infinispan.factories with parameters of type ComponentRegistry Modifier and Type Method Description static InterceptorChainFactoryInterceptorChainFactory. getInstance(ComponentRegistry componentRegistry, Configuration configuration)Deprecated.Since 9.4, not used.voidGlobalComponentRegistry. registerNamedComponentRegistry(ComponentRegistry componentRegistry, java.lang.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 voidCompositeKeyFilter. injectDependencies(ComponentRegistry cr)protected voidCompositeKeyValueFilter. injectDependencies(ComponentRegistry cr)protected voidKeyFilterAsKeyValueFilter. injectDependencies(ComponentRegistry cr)protected voidKeyValueFilterAsKeyFilter. injectDependencies(ComponentRegistry cr) -
Uses of ComponentRegistry in org.infinispan.lifecycle
Methods in org.infinispan.lifecycle with parameters of type ComponentRegistry Modifier and Type Method Description voidAbstractModuleLifecycle. cacheStarted(ComponentRegistry cr, java.lang.String cacheName)Deprecated.default voidModuleLifecycle. cacheStarted(ComponentRegistry cr, java.lang.String cacheName)voidAbstractModuleLifecycle. cacheStarting(ComponentRegistry cr, Configuration configuration, java.lang.String cacheName)Deprecated.default voidModuleLifecycle. cacheStarting(ComponentRegistry cr, Configuration configuration, java.lang.String cacheName)voidAbstractModuleLifecycle. cacheStopped(ComponentRegistry cr, java.lang.String cacheName)Deprecated.default voidModuleLifecycle. cacheStopped(ComponentRegistry cr, java.lang.String cacheName)voidAbstractModuleLifecycle. cacheStopping(ComponentRegistry cr, java.lang.String cacheName)Deprecated.default voidModuleLifecycle. cacheStopping(ComponentRegistry cr, java.lang.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 voidCacheEventConverterAsConverter. injectDependencies(ComponentRegistry cr)protected voidCacheEventFilterAsKeyValueFilter. injectDependencies(ComponentRegistry cr)protected voidCacheEventFilterConverterAsKeyValueFilterConverter. injectDependencies(ComponentRegistry cr)protected voidCompositeCacheEventFilter. injectDependencies(ComponentRegistry cr)protected voidKeyFilterAsCacheEventFilter. injectDependencies(ComponentRegistry cr)protected voidKeyValueFilterAsCacheEventFilter. injectDependencies(ComponentRegistry cr)protected voidKeyValueFilterConverterAsCacheEventFilterConverter. injectDependencies(ComponentRegistry cr) -
Uses of ComponentRegistry in org.infinispan.security.actions
Methods in org.infinispan.security.actions that return ComponentRegistry Modifier and Type Method Description ComponentRegistryGetCacheComponentRegistryAction. run() -
Uses of ComponentRegistry in org.infinispan.server.hotrod
Methods in org.infinispan.server.hotrod with parameters of type ComponentRegistry Modifier and Type Method Description voidLifecycleCallbacks. cacheStarting(ComponentRegistry cr, Configuration configuration, java.lang.String cacheName)io.netty.buffer.ByteBufAbstractEncoder1x. statsResponse(HotRodHeader header, HotRodServer server, io.netty.buffer.ByteBufAllocator alloc, Stats stats, NettyTransport transport, ComponentRegistry cacheRegistry)io.netty.buffer.ByteBufVersionedEncoder. 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 voidTxFunction. inject(ComponentRegistry registry)
-