IntCacheStream |
IntCacheStream.disableRehashAware() |
Disables tracking of rehash events that could occur to the underlying cache.
|
IntCacheStream |
IntCacheStream.distinct() |
IntCacheStream |
IntCacheStream.distributedBatchSize(int batchSize) |
Controls how many keys are returned from a remote node when using a stream terminal operation with a distributed
cache to back this stream.
|
IntCacheStream |
IntCacheStream.filter(IntPredicate predicate) |
default IntCacheStream |
IntCacheStream.filter(org.infinispan.util.function.SerializableIntPredicate predicate) |
|
IntCacheStream |
IntCacheStream.filterKeys(Set<?> keys) |
Filters which entries are returned by only returning ones that map to the given key.
|
IntCacheStream |
IntCacheStream.filterKeySegments(Set<Integer> segments) |
Filters which entries are returned by what segment they are present in.
|
IntCacheStream |
IntCacheStream.flatMap(IntFunction<? extends IntStream> mapper) |
default IntCacheStream |
IntCacheStream.flatMap(org.infinispan.util.function.SerializableIntFunction<? extends IntStream> mapper) |
|
IntCacheStream |
CacheStream.flatMapToInt(Function<? super R,? extends IntStream> mapper) |
default IntCacheStream |
CacheStream.flatMapToInt(org.infinispan.util.function.SerializableFunction<? super R,? extends IntStream> mapper) |
|
IntCacheStream |
IntCacheStream.limit(long maxSize) |
IntCacheStream |
IntCacheStream.map(IntUnaryOperator mapper) |
default IntCacheStream |
IntCacheStream.map(org.infinispan.util.function.SerializableIntUnaryOperator mapper) |
|
IntCacheStream |
CacheStream.mapToInt(ToIntFunction<? super R> mapper) |
default IntCacheStream |
CacheStream.mapToInt(org.infinispan.util.function.SerializableToIntFunction<? super R> mapper) |
|
IntCacheStream |
DoubleCacheStream.mapToInt(DoubleToIntFunction mapper) |
default IntCacheStream |
DoubleCacheStream.mapToInt(org.infinispan.util.function.SerializableDoubleToIntFunction mapper) |
|
IntCacheStream |
LongCacheStream.mapToInt(LongToIntFunction mapper) |
default IntCacheStream |
LongCacheStream.mapToInt(org.infinispan.util.function.SerializableLongToIntFunction mapper) |
|
IntCacheStream |
IntCacheStream.onClose(Runnable closeHandler) |
IntCacheStream |
IntCacheStream.parallel() |
IntCacheStream |
IntCacheStream.parallelDistribution() |
|
IntCacheStream |
IntCacheStream.peek(IntConsumer action) |
default IntCacheStream |
IntCacheStream.peek(org.infinispan.util.function.SerializableIntConsumer action) |
|
IntCacheStream |
IntCacheStream.segmentCompletionListener(BaseCacheStream.SegmentCompletionListener listener) |
Allows registration of a segment completion listener that is notified when a segment has completed
processing.
|
IntCacheStream |
IntCacheStream.sequential() |
IntCacheStream |
IntCacheStream.sequentialDistribution() |
This would disable sending requests to all other remote nodes compared to one at a time.
|
IntCacheStream |
IntCacheStream.skip(long n) |
IntCacheStream |
IntCacheStream.sorted() |
IntCacheStream |
IntCacheStream.timeout(long timeout,
TimeUnit unit) |
Sets a given time to wait for a remote operation to respond by.
|
IntCacheStream |
IntCacheStream.unordered() |