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 classLocalCacheStream<R>CacheStream that is to be used locally.classLocalDoubleCacheStreamDoubleStream that wraps a given stream to allow for additional functionality such as injection of values into various operationsclassLocalIntCacheStreamIntStream that wraps a given stream to allow for additional functionality such as injection of values into various operationsclassLocalLongCacheStreamLongStream 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)
-