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()
-
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.commands.functional
Methods in org.infinispan.commands.functional with parameters of type ComponentRegistry Modifier and Type Method Description abstract void
AbstractWriteKeyCommand. init(ComponentRegistry componentRegistry)
abstract void
AbstractWriteManyCommand. init(ComponentRegistry componentRegistry)
void
ReadOnlyKeyCommand. init(ComponentRegistry componentRegistry)
void
ReadOnlyManyCommand. init(ComponentRegistry componentRegistry)
void
ReadWriteKeyCommand. init(ComponentRegistry componentRegistry)
void
ReadWriteKeyValueCommand. init(ComponentRegistry componentRegistry)
void
ReadWriteManyCommand. init(ComponentRegistry componentRegistry)
void
ReadWriteManyEntriesCommand. init(ComponentRegistry componentRegistry)
void
TxReadOnlyKeyCommand. init(ComponentRegistry componentRegistry)
void
TxReadOnlyManyCommand. init(ComponentRegistry componentRegistry)
void
WriteOnlyKeyCommand. init(ComponentRegistry componentRegistry)
void
WriteOnlyKeyValueCommand. init(ComponentRegistry componentRegistry)
void
WriteOnlyManyCommand. init(ComponentRegistry componentRegistry)
void
WriteOnlyManyEntriesCommand. init(ComponentRegistry componentRegistry)
-
Uses of ComponentRegistry in org.infinispan.commands.functional.functions
Methods in org.infinispan.commands.functional.functions with parameters of type ComponentRegistry Modifier and Type Method Description void
InjectableComponent. inject(ComponentRegistry registry)
void
MergeFunction. inject(ComponentRegistry registry)
-
Uses of ComponentRegistry in org.infinispan.commands.triangle
Methods in org.infinispan.commands.triangle with parameters of type ComponentRegistry Modifier and Type Method Description void
MultiEntriesFunctionalBackupWriteCommand. init(InvocationContextFactory factory, AsyncInterceptorChain chain, ComponentRegistry componentRegistry)
void
MultiKeyFunctionalBackupWriteCommand. init(InvocationContextFactory factory, AsyncInterceptorChain chain, ComponentRegistry componentRegistry)
void
SingleKeyBackupWriteCommand. init(InvocationContextFactory factory, AsyncInterceptorChain chain, CacheNotifier cacheNotifier, ComponentRegistry componentRegistry, VersionGenerator versionGenerator)
void
SingleKeyFunctionalBackupWriteCommand. init(InvocationContextFactory factory, AsyncInterceptorChain chain, ComponentRegistry componentRegistry)
-
Uses of ComponentRegistry in org.infinispan.commands.write
Methods in org.infinispan.commands.write with parameters of type ComponentRegistry Modifier and Type Method Description void
ComputeCommand. init(CacheNotifier notifier, ComponentRegistry componentRegistry)
void
ComputeIfAbsentCommand. init(CacheNotifier notifier, ComponentRegistry componentRegistry)
Constructors in org.infinispan.commands.write with parameters of type ComponentRegistry Constructor Description ComputeCommand(Object key, BiFunction remappingBiFunction, boolean computeIfPresent, int segment, long flagsBitSet, CommandInvocationId commandInvocationId, Metadata metadata, CacheNotifier notifier, ComponentRegistry componentRegistry)
ComputeIfAbsentCommand(Object key, Function mappingFunction, int segment, long flagsBitSet, CommandInvocationId commandInvocationId, Metadata metadata, CacheNotifier notifier, ComponentRegistry componentRegistry)
-
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.factories
Fields in org.infinispan.factories declared as ComponentRegistry Modifier and Type Field Description protected ComponentRegistry
AbstractNamedCacheComponentFactory. componentRegistry
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)
void
GlobalComponentRegistry. registerNamedComponentRegistry(ComponentRegistry componentRegistry, String name)
Constructors in org.infinispan.factories with parameters of type ComponentRegistry Constructor Description BootstrapFactory(AdvancedCache<?,?> advancedCache, Configuration configuration, ComponentRegistry componentRegistry)
-
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
-
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)
-
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.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 -
Uses of ComponentRegistry in org.infinispan.stream.impl.intops
Methods in org.infinispan.stream.impl.intops with parameters of type ComponentRegistry Modifier and Type Method Description default void
IntermediateOperation. handleInjection(ComponentRegistry registry)
Handles injection of components for various dependencies that the intermediate operation has -
Uses of ComponentRegistry in org.infinispan.stream.impl.intops.object
Methods in org.infinispan.stream.impl.intops.object with parameters of type ComponentRegistry Modifier and Type Method Description void
MapOperation. handleInjection(ComponentRegistry registry)
void
PeekOperation. handleInjection(ComponentRegistry registry)
-
Uses of ComponentRegistry in org.infinispan.stream.impl.local
Fields in org.infinispan.stream.impl.local declared as ComponentRegistry Modifier and Type Field Description protected ComponentRegistry
AbstractLocalCacheStream. registry
Constructors in org.infinispan.stream.impl.local with parameters of type ComponentRegistry Constructor Description AbstractLocalCacheStream(AbstractLocalCacheStream.StreamSupplier<T,S> streamSupplier, boolean parallel, ComponentRegistry registry)
LocalCacheStream(AbstractLocalCacheStream.StreamSupplier<R,Stream<R>> streamSupplier, boolean parallel, ComponentRegistry registry)
LocalDoubleCacheStream(AbstractLocalCacheStream.StreamSupplier<Double,DoubleStream> streamSupplier, boolean parallel, ComponentRegistry registry)
LocalIntCacheStream(AbstractLocalCacheStream.StreamSupplier<Integer,IntStream> streamSupplier, boolean parallel, ComponentRegistry registry)
LocalLongCacheStream(AbstractLocalCacheStream.StreamSupplier<Long,LongStream> streamSupplier, boolean parallel, ComponentRegistry registry)
-
Uses of ComponentRegistry in org.infinispan.stream.impl.termop
Methods in org.infinispan.stream.impl.termop with parameters of type ComponentRegistry Modifier and Type Method Description void
BaseTerminalOperation. handleInjection(ComponentRegistry registry)
-
Uses of ComponentRegistry in org.infinispan.stream.impl.termop.object
Methods in org.infinispan.stream.impl.termop.object with parameters of type ComponentRegistry Modifier and Type Method Description void
ForEachBiOperation. handleInjection(ComponentRegistry registry)
void
ForEachOperation. handleInjection(ComponentRegistry registry)
-
Uses of ComponentRegistry in org.infinispan.stream.impl.termop.primitive
Methods in org.infinispan.stream.impl.termop.primitive with parameters of type ComponentRegistry Modifier and Type Method Description void
ForEachDoubleOperation. handleInjection(ComponentRegistry registry)
void
ForEachFlatMapDoubleOperation. handleInjection(ComponentRegistry registry)
void
ForEachFlatMapIntOperation. handleInjection(ComponentRegistry registry)
void
ForEachFlatMapLongOperation. handleInjection(ComponentRegistry registry)
void
ForEachFlatMapObjDoubleOperation. handleInjection(ComponentRegistry registry)
void
ForEachFlatMapObjIntOperation. handleInjection(ComponentRegistry registry)
void
ForEachFlatMapObjLongOperation. handleInjection(ComponentRegistry registry)
void
ForEachIntOperation. handleInjection(ComponentRegistry registry)
void
ForEachLongOperation. handleInjection(ComponentRegistry registry)
void
ForEachObjDoubleOperation. handleInjection(ComponentRegistry registry)
void
ForEachObjIntOperation. handleInjection(ComponentRegistry registry)
void
ForEachObjLongOperation. handleInjection(ComponentRegistry registry)
-
Uses of ComponentRegistry in org.infinispan.stream.impl.tx
Constructors in org.infinispan.stream.impl.tx with parameters of type ComponentRegistry Constructor Description TxDistributedCacheStream(Address localAddress, boolean parallel, DistributionManager dm, Supplier<CacheStream<R>> supplier, TxClusterStreamManager<Original,K> csm, boolean includeLoader, int distributedBatchSize, Executor executor, ComponentRegistry registry, LocalTxInvocationContext ctx, Function<? super Original,?> toKeyFunction, Function<? super CacheEntry<K,V>,? extends Original> toOriginalFunction)
-