Uses of Class
org.infinispan.stream.impl.tx.TxClusterStreamManager
-
Packages that use TxClusterStreamManager Package Description org.infinispan.stream.impl.tx -
-
Uses of TxClusterStreamManager in org.infinispan.stream.impl.tx
Constructors in org.infinispan.stream.impl.tx with parameters of type TxClusterStreamManager 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)
-