Uses of Class
org.infinispan.stream.impl.AbstractCacheStream
Packages that use AbstractCacheStream
-
Uses of AbstractCacheStream in org.infinispan.stream.impl
Subclasses of AbstractCacheStream in org.infinispan.stream.implModifier and TypeClassDescriptionclass
DistributedCacheStream<Original,
R> Implementation ofCacheStream
that provides support for lazily distributing stream methods to appropriate nodesclass
DistributedDoubleCacheStream<Original>
Implementation ofDoubleStream
that utilizes a lazily evaluated distributed back end execution.class
DistributedIntCacheStream<Original>
Implementation ofIntStream
that utilizes a lazily evaluated distributed back end execution.class
DistributedLongCacheStream<Original>
Implementation ofLongStream
that utilizes a lazily evaluated distributed back end execution.Constructors in org.infinispan.stream.impl with parameters of type AbstractCacheStreamModifierConstructorDescriptionprotected
AbstractCacheStream
(AbstractCacheStream<Original, T, S, S2> other) protected
This constructor is to be used only when a user calls a map or flat map method changing back to a regular Stream from an IntStream, DoubleStream etc.protected
This constructor is to be used only when a user calls a map or flat map method changing to a DoubleStream from a CacheStream, Stream, IntStream, LongStream etc.protected
This constructor is to be used only when a user calls a map or flat map method changing to an IntStream from a CacheStream, Stream, DoubleStream, LongStream etc.protected
This constructor is to be used only when a user calls a map or flat map method changing to an IntStream from a CacheStream, Stream, DoubleStream, IntStream etc.