Uses of Interface
org.infinispan.LongCacheStream
-
Packages that use LongCacheStream Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.stream.impl org.infinispan.stream.impl.local org.infinispan.util 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
Methods in org.infinispan that return LongCacheStream Modifier and Type Method Description LongCacheStreamIntCacheStream. asLongStream()LongCacheStreamLongCacheStream. disableRehashAware()Disables tracking of rehash events that could occur to the underlying cache.LongCacheStreamLongCacheStream. distinct()LongCacheStreamLongCacheStream. 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.LongCacheStreamLongCacheStream. filter(LongPredicate predicate)default LongCacheStreamLongCacheStream. filter(SerializableLongPredicate predicate)Same asfilter(LongPredicate)except that the LongPredicate must also implement Serializable.LongCacheStreamLongCacheStream. filterKeys(Set<?> keys)Filters which entries are returned by only returning ones that map to the given key.LongCacheStreamLongCacheStream. filterKeySegments(Set<Integer> segments)Filters which entries are returned by what segment they are present in.LongCacheStreamLongCacheStream. flatMap(LongFunction<? extends LongStream> mapper)default LongCacheStreamLongCacheStream. flatMap(SerializableLongFunction<? extends LongStream> mapper)Same asflatMap(LongFunction)except that the LongFunction must also implement Serializable.LongCacheStreamCacheStream. flatMapToLong(Function<? super R,? extends LongStream> mapper)default LongCacheStreamCacheStream. flatMapToLong(SerializableFunction<? super R,? extends LongStream> mapper)Same asCacheStream.flatMapToLong(Function)except that the Function must also implementSerializableLongCacheStreamLongCacheStream. limit(long maxSize)LongCacheStreamLongCacheStream. map(LongUnaryOperator mapper)default LongCacheStreamLongCacheStream. map(SerializableLongUnaryOperator mapper)Same asmap(LongUnaryOperator)except that the LongUnaryOperator must also implement Serializable.LongCacheStreamCacheStream. mapToLong(ToLongFunction<? super R> mapper)default LongCacheStreamCacheStream. mapToLong(SerializableToLongFunction<? super R> mapper)Same asCacheStream.mapToLong(ToLongFunction)except that the ToLongFunction must also implementSerializableLongCacheStreamDoubleCacheStream. mapToLong(DoubleToLongFunction mapper)default LongCacheStreamDoubleCacheStream. mapToLong(SerializableDoubleToLongFunction mapper)Same asDoubleCacheStream.mapToLong(DoubleToLongFunction)except that the DoubleToLongFunction must also implementSerializableLongCacheStreamIntCacheStream. mapToLong(IntToLongFunction mapper)default LongCacheStreamIntCacheStream. mapToLong(SerializableIntToLongFunction mapper)Same asIntCacheStream.mapToLong(IntToLongFunction)except that the IntToLongFunction must also implementSerializableLongCacheStreamLongCacheStream. onClose(Runnable closeHandler)LongCacheStreamLongCacheStream. parallel()LongCacheStreamLongCacheStream. parallelDistribution()LongCacheStreamLongCacheStream. peek(LongConsumer action)default LongCacheStreamLongCacheStream. peek(SerializableLongConsumer action)Same asflatMap(LongFunction)except that the LongFunction must also implement Serializable.LongCacheStreamLongCacheStream. segmentCompletionListener(BaseCacheStream.SegmentCompletionListener listener)Allows registration of a segment completion listener that is notified when a segment has completed processing.LongCacheStreamLongCacheStream. sequential()LongCacheStreamLongCacheStream. sequentialDistribution()This would disable sending requests to all other remote nodes compared to one at a time.LongCacheStreamLongCacheStream. skip(long n)LongCacheStreamLongCacheStream. sorted()LongCacheStreamLongCacheStream. timeout(long timeout, TimeUnit unit)Sets a given time to wait for a remote operation to respond by.LongCacheStreamLongCacheStream. unordered() -
Uses of LongCacheStream in org.infinispan.stream.impl
Classes in org.infinispan.stream.impl that implement LongCacheStream Modifier and Type Class Description classDistributedLongCacheStream<Original>Implementation ofLongStreamthat utilizes a lazily evaluated distributed back end execution.classIntermediateLongCacheStreamAn intermediate long cache stream used when an intermediate operation that requires both a remote and local portionMethods in org.infinispan.stream.impl that return LongCacheStream Modifier and Type Method Description LongCacheStreamDistributedIntCacheStream. asLongStream()LongCacheStreamIntermediateIntCacheStream. asLongStream()LongCacheStreamDistributedLongCacheStream. disableRehashAware()LongCacheStreamIntermediateLongCacheStream. disableRehashAware()LongCacheStreamDistributedLongCacheStream. distinct()LongCacheStreamIntermediateLongCacheStream. distinct()LongCacheStreamDistributedLongCacheStream. distributedBatchSize(int batchSize)LongCacheStreamIntermediateLongCacheStream. distributedBatchSize(int batchSize)LongCacheStreamDistributedLongCacheStream. filter(LongPredicate predicate)LongCacheStreamDistributedLongCacheStream. filter(SerializableLongPredicate predicate)LongCacheStreamIntermediateLongCacheStream. filter(LongPredicate predicate)LongCacheStreamDistributedLongCacheStream. filterKeys(Set<?> keys)LongCacheStreamIntermediateLongCacheStream. filterKeys(Set<?> keys)LongCacheStreamDistributedLongCacheStream. filterKeySegments(Set<Integer> segments)LongCacheStreamDistributedLongCacheStream. filterKeySegments(org.infinispan.commons.util.IntSet segments)LongCacheStreamIntermediateLongCacheStream. filterKeySegments(Set<Integer> segments)LongCacheStreamIntermediateLongCacheStream. filterKeySegments(org.infinispan.commons.util.IntSet segments)LongCacheStreamDistributedLongCacheStream. flatMap(LongFunction<? extends LongStream> mapper)LongCacheStreamDistributedLongCacheStream. flatMap(SerializableLongFunction<? extends LongStream> mapper)LongCacheStreamIntermediateLongCacheStream. flatMap(LongFunction<? extends LongStream> mapper)LongCacheStreamDistributedCacheStream. flatMapToLong(Function<? super R,? extends LongStream> mapper)LongCacheStreamIntermediateCacheStream. flatMapToLong(Function<? super R,? extends LongStream> mapper)LongCacheStreamDistributedLongCacheStream. limit(long maxSize)LongCacheStreamIntermediateLongCacheStream. limit(long maxSize)LongCacheStreamDistributedLongCacheStream. map(LongUnaryOperator mapper)LongCacheStreamDistributedLongCacheStream. map(SerializableLongUnaryOperator mapper)LongCacheStreamIntermediateLongCacheStream. map(LongUnaryOperator mapper)LongCacheStreamDistributedCacheStream. mapToLong(ToLongFunction<? super R> mapper)LongCacheStreamDistributedDoubleCacheStream. mapToLong(DoubleToLongFunction mapper)LongCacheStreamDistributedDoubleCacheStream. mapToLong(SerializableDoubleToLongFunction mapper)LongCacheStreamDistributedIntCacheStream. mapToLong(IntToLongFunction mapper)LongCacheStreamDistributedIntCacheStream. mapToLong(SerializableIntToLongFunction mapper)LongCacheStreamIntermediateCacheStream. mapToLong(ToLongFunction<? super R> mapper)LongCacheStreamIntermediateDoubleCacheStream. mapToLong(DoubleToLongFunction mapper)LongCacheStreamIntermediateIntCacheStream. mapToLong(IntToLongFunction mapper)LongCacheStreamIntermediateLongCacheStream. onClose(Runnable closeHandler)LongCacheStreamIntermediateLongCacheStream. parallel()LongCacheStreamDistributedLongCacheStream. parallelDistribution()LongCacheStreamIntermediateLongCacheStream. parallelDistribution()LongCacheStreamDistributedLongCacheStream. peek(LongConsumer action)LongCacheStreamDistributedLongCacheStream. peek(SerializableLongConsumer action)LongCacheStreamIntermediateLongCacheStream. peek(LongConsumer action)LongCacheStreamDistributedLongCacheStream. segmentCompletionListener(BaseCacheStream.SegmentCompletionListener listener)LongCacheStreamIntermediateLongCacheStream. segmentCompletionListener(BaseCacheStream.SegmentCompletionListener listener)LongCacheStreamIntermediateLongCacheStream. sequential()LongCacheStreamDistributedLongCacheStream. sequentialDistribution()LongCacheStreamIntermediateLongCacheStream. sequentialDistribution()LongCacheStreamDistributedLongCacheStream. skip(long n)LongCacheStreamIntermediateLongCacheStream. skip(long n)LongCacheStreamDistributedLongCacheStream. sorted()LongCacheStreamIntermediateLongCacheStream. sorted()LongCacheStreamDistributedLongCacheStream. timeout(long timeout, TimeUnit unit)LongCacheStreamIntermediateLongCacheStream. timeout(long timeout, TimeUnit unit)LongCacheStreamIntermediateLongCacheStream. unordered()protected LongCacheStreamDistributedLongCacheStream. unwrap() -
Uses of LongCacheStream in org.infinispan.stream.impl.local
Classes in org.infinispan.stream.impl.local that implement LongCacheStream Modifier and Type Class Description classLocalLongCacheStreamLongStream that wraps a given stream to allow for additional functionality such as injection of values into various operationsMethods in org.infinispan.stream.impl.local that return LongCacheStream Modifier and Type Method Description LongCacheStreamLocalIntCacheStream. asLongStream() -
Uses of LongCacheStream in org.infinispan.util
Methods in org.infinispan.util that return LongCacheStream Modifier and Type Method Description LongCacheStreamAbstractDelegatingCacheStream. flatMapToLong(Function<? super R,? extends LongStream> mapper)LongCacheStreamAbstractDelegatingCacheStream. mapToLong(ToLongFunction<? super R> mapper)
-