Uses of Enum
org.infinispan.stream.impl.IntermediateType
Packages that use IntermediateType
-
Uses of IntermediateType in org.infinispan.stream.impl
Methods in org.infinispan.stream.impl that return IntermediateTypeModifier and TypeMethodDescriptionstatic IntermediateType
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 IntermediateTypeModifierConstructorDescriptionIntermediateCacheStream
(BaseCacheStream remoteStream, IntermediateType type, org.infinispan.stream.impl.local.LocalCacheStream<R> localStream, org.infinispan.stream.impl.IntermediateCacheStreamSupplier supplier) IntermediateDoubleCacheStream
(BaseCacheStream remoteStream, IntermediateType type, org.infinispan.stream.impl.local.LocalDoubleCacheStream localDoubleStream, org.infinispan.stream.impl.IntermediateCacheStreamSupplier supplier) IntermediateIntCacheStream
(BaseCacheStream remoteStream, IntermediateType type, org.infinispan.stream.impl.local.LocalIntCacheStream localIntStream, org.infinispan.stream.impl.IntermediateCacheStreamSupplier supplier) IntermediateLongCacheStream
(BaseCacheStream remoteStream, IntermediateType type, org.infinispan.stream.impl.local.LocalLongCacheStream localLongStream, org.infinispan.stream.impl.IntermediateCacheStreamSupplier supplier)