Uses of Interface
org.infinispan.LongCacheStream
Packages that use LongCacheStream
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
-
Uses of LongCacheStream in org.infinispan
Methods in org.infinispan that return LongCacheStreamModifier and TypeMethodDescriptionIntCacheStream.asLongStream()LongCacheStream.disableRehashAware()Disables tracking of rehash events that could occur to the underlying cache.LongCacheStream.distinct()LongCacheStream.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.LongCacheStream.filter(LongPredicate predicate) default LongCacheStreamLongCacheStream.filter(org.infinispan.util.function.SerializableLongPredicate predicate) Same asfilter(LongPredicate)except that the LongPredicate must also implement Serializable.LongCacheStream.filterKeys(Set<?> keys) Filters which entries are returned by only returning ones that map to the given key.LongCacheStream.filterKeySegments(Set<Integer> segments) Filters which entries are returned by what segment they are present in.LongCacheStream.flatMap(LongFunction<? extends LongStream> mapper) default LongCacheStreamLongCacheStream.flatMap(org.infinispan.util.function.SerializableLongFunction<? extends LongStream> mapper) Same asflatMap(LongFunction)except that the LongFunction must also implement Serializable.CacheStream.flatMapToLong(Function<? super R, ? extends LongStream> mapper) default LongCacheStreamCacheStream.flatMapToLong(org.infinispan.util.function.SerializableFunction<? super R, ? extends LongStream> mapper) Same asCacheStream.flatMapToLong(Function)except that the Function must also implementSerializableLongCacheStream.limit(long maxSize) LongCacheStream.map(LongUnaryOperator mapper) default LongCacheStreamLongCacheStream.map(org.infinispan.util.function.SerializableLongUnaryOperator mapper) Same asmap(LongUnaryOperator)except that the LongUnaryOperator must also implement Serializable.CacheStream.mapToLong(ToLongFunction<? super R> mapper) default LongCacheStreamSame asCacheStream.mapToLong(ToLongFunction)except that the ToLongFunction must also implementSerializableDoubleCacheStream.mapToLong(DoubleToLongFunction mapper) default LongCacheStreamDoubleCacheStream.mapToLong(org.infinispan.util.function.SerializableDoubleToLongFunction mapper) Same asDoubleCacheStream.mapToLong(DoubleToLongFunction)except that the DoubleToLongFunction must also implementSerializableIntCacheStream.mapToLong(IntToLongFunction mapper) default LongCacheStreamIntCacheStream.mapToLong(org.infinispan.util.function.SerializableIntToLongFunction mapper) Same asIntCacheStream.mapToLong(IntToLongFunction)except that the IntToLongFunction must also implementSerializableLongCacheStream.parallel()LongCacheStream.parallelDistribution()LongCacheStream.peek(LongConsumer action) default LongCacheStreamLongCacheStream.peek(org.infinispan.util.function.SerializableLongConsumer action) Same asflatMap(LongFunction)except that the LongFunction must also implement Serializable.LongCacheStream.segmentCompletionListener(BaseCacheStream.SegmentCompletionListener listener) Allows registration of a segment completion listener that is notified when a segment has completed processing.LongCacheStream.sequential()LongCacheStream.sequentialDistribution()This would disable sending requests to all other remote nodes compared to one at a time.LongCacheStream.skip(long n) LongCacheStream.sorted()Sets a given time to wait for a remote operation to respond by.LongCacheStream.unordered()