Uses of Class
org.infinispan.stream.impl.IntermediateType
-
Packages that use IntermediateType Package Description org.infinispan.stream.impl -
-
Uses of IntermediateType in org.infinispan.stream.impl
Methods in org.infinispan.stream.impl that return IntermediateType Modifier and Type Method Description static IntermediateType
IntermediateType. valueOf(String name)
Returns the enum constant of this type with the specified name.static IntermediateType[]
IntermediateType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.infinispan.stream.impl with parameters of type IntermediateType Constructor Description IntermediateCacheStream(BaseCacheStream remoteStream, IntermediateType type, LocalCacheStream<R> localStream, org.infinispan.stream.impl.IntermediateCacheStreamSupplier supplier)
IntermediateDoubleCacheStream(BaseCacheStream remoteStream, IntermediateType type, LocalDoubleCacheStream localDoubleStream, org.infinispan.stream.impl.IntermediateCacheStreamSupplier supplier)
IntermediateIntCacheStream(BaseCacheStream remoteStream, IntermediateType type, LocalIntCacheStream localIntStream, org.infinispan.stream.impl.IntermediateCacheStreamSupplier supplier)
IntermediateLongCacheStream(BaseCacheStream remoteStream, IntermediateType type, LocalLongCacheStream localLongStream, org.infinispan.stream.impl.IntermediateCacheStreamSupplier supplier)
-