Uses of Class
org.infinispan.stream.impl.DistributedDoubleCacheStream
-
Packages that use DistributedDoubleCacheStream Package Description org.infinispan.stream.impl org.infinispan.stream.impl.tx -
-
Uses of DistributedDoubleCacheStream in org.infinispan.stream.impl
Methods in org.infinispan.stream.impl that return DistributedDoubleCacheStream Modifier and Type Method Description protected DistributedDoubleCacheStream
DistributedCacheStream. doubleCacheStream()
protected DistributedDoubleCacheStream<Original>
DistributedIntCacheStream. doubleCacheStream()
protected DistributedDoubleCacheStream<Original>
DistributedLongCacheStream. doubleCacheStream()
Constructors in org.infinispan.stream.impl with parameters of type DistributedDoubleCacheStream Constructor Description IntermediateDoubleCacheStream(DistributedDoubleCacheStream remoteStream)
-
Uses of DistributedDoubleCacheStream in org.infinispan.stream.impl.tx
Subclasses of DistributedDoubleCacheStream in org.infinispan.stream.impl.tx Modifier and Type Class Description class
TxDistributedDoubleCacheStream<Original,K,V>
Double variant of tx cache streamMethods in org.infinispan.stream.impl.tx that return DistributedDoubleCacheStream Modifier and Type Method Description protected DistributedDoubleCacheStream<Original>
TxDistributedCacheStream. doubleCacheStream()
protected DistributedDoubleCacheStream<Original>
TxDistributedIntCacheStream. doubleCacheStream()
protected DistributedDoubleCacheStream<Original>
TxDistributedLongCacheStream. doubleCacheStream()
-