Uses of Class
org.infinispan.stream.impl.local.LocalIntCacheStream
Packages that use LocalIntCacheStream
-
Uses of LocalIntCacheStream in org.infinispan.stream.impl
Constructors in org.infinispan.stream.impl with parameters of type LocalIntCacheStreamModifierConstructorDescriptionIntermediateIntCacheStream(BaseCacheStream remoteStream, IntermediateType type, LocalIntCacheStream localIntStream, org.infinispan.stream.impl.IntermediateCacheStreamSupplier supplier) -
Uses of LocalIntCacheStream in org.infinispan.stream.impl.local
Methods in org.infinispan.stream.impl.local that return LocalIntCacheStreamModifier and TypeMethodDescriptionLocalIntCacheStream.disableRehashAware()LocalIntCacheStream.distinct()LocalIntCacheStream.distributedBatchSize(int batchSize) LocalIntCacheStream.filter(IntPredicate predicate) LocalIntCacheStream.filterKeys(Set<?> keys) LocalIntCacheStream.filterKeySegments(org.infinispan.commons.util.IntSet segments) LocalIntCacheStream.flatMap(IntFunction<? extends IntStream> mapper) LocalCacheStream.flatMapToInt(Function<? super R, ? extends IntStream> mapper) LocalIntCacheStream.limit(long maxSize) LocalIntCacheStream.map(IntUnaryOperator mapper) LocalCacheStream.mapToInt(ToIntFunction<? super R> mapper) LocalDoubleCacheStream.mapToInt(DoubleToIntFunction mapper) LocalLongCacheStream.mapToInt(LongToIntFunction mapper) LocalIntCacheStream.parallelDistribution()LocalIntCacheStream.peek(IntConsumer action) LocalIntCacheStream.segmentCompletionListener(BaseCacheStream.SegmentCompletionListener listener) LocalIntCacheStream.sequentialDistribution()LocalIntCacheStream.skip(long n) LocalIntCacheStream.sorted()