Uses of Class
org.infinispan.stream.impl.local.AbstractLocalCacheStream
-
Packages that use AbstractLocalCacheStream Package Description org.infinispan.stream.impl.local -
-
Uses of AbstractLocalCacheStream in org.infinispan.stream.impl.local
Subclasses of AbstractLocalCacheStream in org.infinispan.stream.impl.local Modifier and Type Class Description class
LocalCacheStream<R>
CacheStream that is to be used locally.class
LocalDoubleCacheStream
DoubleStream that wraps a given stream to allow for additional functionality such as injection of values into various operationsclass
LocalIntCacheStream
IntStream that wraps a given stream to allow for additional functionality such as injection of values into various operationsclass
LocalLongCacheStream
LongStream that wraps a given stream to allow for additional functionality such as injection of values into various operationsConstructors in org.infinispan.stream.impl.local with parameters of type AbstractLocalCacheStream Constructor Description LocalCacheStream(AbstractLocalCacheStream<?,?,?> other)
-