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.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.interceptors.locking Interceptors dealing with locking.org.infinispan.lifecycle Component lifecycle.org.infinispan.notifications.cachelistener.cluster org.infinispan.notifications.cachelistener.filter Cache-specific notifications and eventing filtering classes.org.infinispan.persistence.support org.infinispan.query.clustered org.infinispan.query.indexmanager The Infinispan clustered Lucene index manager.org.infinispan.security.actions org.infinispan.server.hotrod org.infinispan.server.hotrod.tx.table.functions org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.xsite org.infinispan.xsite.statetransfer -
-
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.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.interceptors.locking
Fields in org.infinispan.interceptors.locking declared as ComponentRegistry Modifier and Type Field Description protected ComponentRegistryClusteringDependentLogic.AbstractClusteringDependentLogic. componentRegistry -
Uses of ComponentRegistry in org.infinispan.lifecycle
Methods in org.infinispan.lifecycle with parameters of type ComponentRegistry Modifier and Type Method Description default voidModuleLifecycle. cacheStarted(ComponentRegistry cr, java.lang.String cacheName)default voidModuleLifecycle. cacheStarting(ComponentRegistry cr, Configuration configuration, java.lang.String cacheName)default voidModuleLifecycle. cacheStopped(ComponentRegistry cr, java.lang.String cacheName)default voidModuleLifecycle. cacheStopping(ComponentRegistry cr, java.lang.String cacheName) -
Uses of ComponentRegistry in org.infinispan.notifications.cachelistener.cluster
Methods in org.infinispan.notifications.cachelistener.cluster with parameters of type ComponentRegistry Modifier and Type Method Description voidMultiClusterEventCommand. init(ComponentRegistry componentRegistry, boolean isRemote) -
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.persistence.support
Fields in org.infinispan.persistence.support declared as ComponentRegistry Modifier and Type Field Description protected ComponentRegistryDelegatingPersistenceManager. componentRegistry -
Uses of ComponentRegistry in org.infinispan.query.clustered
Methods in org.infinispan.query.clustered with parameters of type ComponentRegistry Modifier and Type Method Description voidClusteredQueryCommand. init(ComponentRegistry componentRegistry, boolean isRemote) -
Uses of ComponentRegistry in org.infinispan.query.indexmanager
Methods in org.infinispan.query.indexmanager with parameters of type ComponentRegistry Modifier and Type Method Description voidAbstractUpdateCommand. init(ComponentRegistry componentRegistry, boolean isRemote) -
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.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) -
Uses of ComponentRegistry in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer with parameters of type ComponentRegistry Modifier and Type Method Description voidStateRequestCommand. init(ComponentRegistry componentRegistry, boolean isRemote)voidStateResponseCommand. init(ComponentRegistry componentRegistry, boolean isRemote) -
Uses of ComponentRegistry in org.infinispan.xsite
Methods in org.infinispan.xsite with parameters of type ComponentRegistry Modifier and Type Method Description voidXSiteAdminCommand. init(ComponentRegistry componentRegistry, boolean isRemote) -
Uses of ComponentRegistry in org.infinispan.xsite.statetransfer
Methods in org.infinispan.xsite.statetransfer with parameters of type ComponentRegistry Modifier and Type Method Description voidXSiteStatePushCommand. init(ComponentRegistry componentRegistry, boolean isRemote)voidXSiteStateTransferControlCommand. init(ComponentRegistry componentRegistry, boolean isRemote)
-