Uses of Interface
org.infinispan.reactive.publisher.impl.ClusterPublisherManager
Package
Description
Factories are internal components used to create other components based on a cache's
configuration.
-
Uses of ClusterPublisherManager in org.infinispan.factories
Modifier and TypeMethodDescriptionComponentRegistry.getClusterPublisherManager()
ComponentRegistry.getLocalClusterPublisherManager()
-
Uses of ClusterPublisherManager in org.infinispan.reactive.publisher.impl
Modifier and TypeClassDescriptionclass
ClusterPublisherManager that determines targets for the given segments and/or keys and then sends to local and remote nodes in parallel collecting results to be returned.class
class
Cluster stream manager that also pays attention to partition status and properly closes iterators and throws exceptions when the availability mode changes. -
Uses of ClusterPublisherManager in org.infinispan.stream.impl
ModifierConstructorDescriptionprotected
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