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