Uses of Interface
org.infinispan.LongCacheStream
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and
collections and containers designed to supplement the JDK-provided containers.
-
Uses of LongCacheStream in org.infinispan
Modifier 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 LongCacheStream
LongCacheStream.filter
(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 LongCacheStream
LongCacheStream.flatMap
(SerializableLongFunction<? extends LongStream> mapper) Same asflatMap(LongFunction)
except that the LongFunction must also implement Serializable.CacheStream.flatMapToLong
(Function<? super R, ? extends LongStream> mapper) default LongCacheStream
CacheStream.flatMapToLong
(SerializableFunction<? super R, ? extends LongStream> mapper) Same asCacheStream.flatMapToLong(Function)
except that the Function must also implementSerializable
LongCacheStream.limit
(long maxSize) LongCacheStream.map
(LongUnaryOperator mapper) default LongCacheStream
LongCacheStream.map
(SerializableLongUnaryOperator mapper) Same asmap(LongUnaryOperator)
except that the LongUnaryOperator must also implement Serializable.CacheStream.mapToLong
(ToLongFunction<? super R> mapper) default LongCacheStream
CacheStream.mapToLong
(SerializableToLongFunction<? super R> mapper) Same asCacheStream.mapToLong(ToLongFunction)
except that the ToLongFunction must also implementSerializable
DoubleCacheStream.mapToLong
(DoubleToLongFunction mapper) default LongCacheStream
DoubleCacheStream.mapToLong
(SerializableDoubleToLongFunction mapper) Same asDoubleCacheStream.mapToLong(DoubleToLongFunction)
except that the DoubleToLongFunction must also implementSerializable
IntCacheStream.mapToLong
(IntToLongFunction mapper) default LongCacheStream
IntCacheStream.mapToLong
(SerializableIntToLongFunction mapper) Same asIntCacheStream.mapToLong(IntToLongFunction)
except that the IntToLongFunction must also implementSerializable
LongCacheStream.parallel()
LongCacheStream.parallelDistribution()
LongCacheStream.peek
(LongConsumer action) default LongCacheStream
LongCacheStream.peek
(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()
-
Uses of LongCacheStream in org.infinispan.stream.impl
Modifier and TypeClassDescriptionclass
DistributedLongCacheStream<Original>
Implementation ofLongStream
that utilizes a lazily evaluated distributed back end execution.class
An intermediate long cache stream used when an intermediate operation that requires both a remote and local portionModifier and TypeMethodDescriptionDistributedIntCacheStream.asLongStream()
IntermediateIntCacheStream.asLongStream()
DistributedLongCacheStream.disableRehashAware()
IntermediateLongCacheStream.disableRehashAware()
DistributedLongCacheStream.distinct()
IntermediateLongCacheStream.distinct()
DistributedLongCacheStream.distributedBatchSize
(int batchSize) IntermediateLongCacheStream.distributedBatchSize
(int batchSize) DistributedLongCacheStream.filter
(LongPredicate predicate) DistributedLongCacheStream.filter
(SerializableLongPredicate predicate) IntermediateLongCacheStream.filter
(LongPredicate predicate) DistributedLongCacheStream.filterKeys
(Set<?> keys) IntermediateLongCacheStream.filterKeys
(Set<?> keys) DistributedLongCacheStream.filterKeySegments
(Set<Integer> segments) DistributedLongCacheStream.filterKeySegments
(IntSet segments) IntermediateLongCacheStream.filterKeySegments
(Set<Integer> segments) IntermediateLongCacheStream.filterKeySegments
(IntSet segments) DistributedLongCacheStream.flatMap
(LongFunction<? extends LongStream> mapper) DistributedLongCacheStream.flatMap
(SerializableLongFunction<? extends LongStream> mapper) IntermediateLongCacheStream.flatMap
(LongFunction<? extends LongStream> mapper) DistributedCacheStream.flatMapToLong
(Function<? super R, ? extends LongStream> mapper) IntermediateCacheStream.flatMapToLong
(Function<? super R, ? extends LongStream> mapper) DistributedLongCacheStream.limit
(long maxSize) IntermediateLongCacheStream.limit
(long maxSize) DistributedLongCacheStream.map
(LongUnaryOperator mapper) DistributedLongCacheStream.map
(SerializableLongUnaryOperator mapper) IntermediateLongCacheStream.map
(LongUnaryOperator mapper) DistributedCacheStream.mapToLong
(ToLongFunction<? super R> mapper) DistributedDoubleCacheStream.mapToLong
(DoubleToLongFunction mapper) DistributedDoubleCacheStream.mapToLong
(SerializableDoubleToLongFunction mapper) DistributedIntCacheStream.mapToLong
(IntToLongFunction mapper) DistributedIntCacheStream.mapToLong
(SerializableIntToLongFunction mapper) IntermediateCacheStream.mapToLong
(ToLongFunction<? super R> mapper) IntermediateDoubleCacheStream.mapToLong
(DoubleToLongFunction mapper) IntermediateIntCacheStream.mapToLong
(IntToLongFunction mapper) IntermediateLongCacheStream.parallel()
DistributedLongCacheStream.parallelDistribution()
IntermediateLongCacheStream.parallelDistribution()
DistributedLongCacheStream.peek
(LongConsumer action) DistributedLongCacheStream.peek
(SerializableLongConsumer action) IntermediateLongCacheStream.peek
(LongConsumer action) DistributedLongCacheStream.segmentCompletionListener
(BaseCacheStream.SegmentCompletionListener listener) IntermediateLongCacheStream.segmentCompletionListener
(BaseCacheStream.SegmentCompletionListener listener) IntermediateLongCacheStream.sequential()
DistributedLongCacheStream.sequentialDistribution()
IntermediateLongCacheStream.sequentialDistribution()
DistributedLongCacheStream.skip
(long n) IntermediateLongCacheStream.skip
(long n) DistributedLongCacheStream.sorted()
IntermediateLongCacheStream.sorted()
IntermediateLongCacheStream.unordered()
protected LongCacheStream
DistributedLongCacheStream.unwrap()
-
Uses of LongCacheStream in org.infinispan.util
Modifier and TypeMethodDescriptionAbstractDelegatingCacheStream.flatMapToLong
(Function<? super R, ? extends LongStream> mapper) AbstractDelegatingCacheStream.mapToLong
(ToLongFunction<? super R> mapper)