Uses of Interface
org.infinispan.IntCacheStream
-
Packages that use IntCacheStream 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 IntCacheStream in org.infinispan
Methods in org.infinispan that return IntCacheStream Modifier and Type Method Description IntCacheStreamIntCacheStream. disableRehashAware()Disables tracking of rehash events that could occur to the underlying cache.IntCacheStreamIntCacheStream. distinct()IntCacheStreamIntCacheStream. 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.IntCacheStreamIntCacheStream. filter(IntPredicate predicate)default IntCacheStreamIntCacheStream. filter(SerializableIntPredicate predicate)Same asfilter(IntPredicate)except that the IntPredicate must also implementSerializableIntCacheStreamIntCacheStream. filterKeys(Set<?> keys)Filters which entries are returned by only returning ones that map to the given key.IntCacheStreamIntCacheStream. filterKeySegments(Set<Integer> segments)Filters which entries are returned by what segment they are present in.IntCacheStreamIntCacheStream. flatMap(IntFunction<? extends IntStream> mapper)default IntCacheStreamIntCacheStream. flatMap(SerializableIntFunction<? extends IntStream> mapper)Same asflatMap(IntFunction)except that the IntFunction must also implementSerializableIntCacheStreamCacheStream. flatMapToInt(Function<? super R,? extends IntStream> mapper)default IntCacheStreamCacheStream. flatMapToInt(SerializableFunction<? super R,? extends IntStream> mapper)Same asCacheStream.flatMapToInt(Function)except that the Function must also implementSerializableIntCacheStreamIntCacheStream. limit(long maxSize)IntCacheStreamIntCacheStream. map(IntUnaryOperator mapper)default IntCacheStreamIntCacheStream. map(SerializableIntUnaryOperator mapper)Same asmap(IntUnaryOperator)except that the IntUnaryOperator must also implementSerializableIntCacheStreamCacheStream. mapToInt(ToIntFunction<? super R> mapper)default IntCacheStreamCacheStream. mapToInt(SerializableToIntFunction<? super R> mapper)Same asCacheStream.mapToInt(ToIntFunction)except that the ToIntFunction must also implementSerializableIntCacheStreamDoubleCacheStream. mapToInt(DoubleToIntFunction mapper)default IntCacheStreamDoubleCacheStream. mapToInt(SerializableDoubleToIntFunction mapper)Same asDoubleCacheStream.mapToInt(DoubleToIntFunction)except that the DoubleToIntFunction must also implementSerializableIntCacheStreamLongCacheStream. mapToInt(LongToIntFunction mapper)default IntCacheStreamLongCacheStream. mapToInt(SerializableLongToIntFunction mapper)Same asLongCacheStream.mapToInt(LongToIntFunction)except that the LongToIntFunction must also implement Serializable.IntCacheStreamIntCacheStream. onClose(Runnable closeHandler)IntCacheStreamIntCacheStream. parallel()IntCacheStreamIntCacheStream. parallelDistribution()IntCacheStreamIntCacheStream. peek(IntConsumer action)default IntCacheStreamIntCacheStream. peek(SerializableIntConsumer action)Same asflatMap(IntFunction)except that the IntFunction must also implementSerializableIntCacheStreamIntCacheStream. segmentCompletionListener(BaseCacheStream.SegmentCompletionListener listener)Allows registration of a segment completion listener that is notified when a segment has completed processing.IntCacheStreamIntCacheStream. sequential()IntCacheStreamIntCacheStream. sequentialDistribution()This would disable sending requests to all other remote nodes compared to one at a time.IntCacheStreamIntCacheStream. skip(long n)IntCacheStreamIntCacheStream. sorted()IntCacheStreamIntCacheStream. timeout(long timeout, TimeUnit unit)Sets a given time to wait for a remote operation to respond by.IntCacheStreamIntCacheStream. unordered() -
Uses of IntCacheStream in org.infinispan.stream.impl
Classes in org.infinispan.stream.impl that implement IntCacheStream Modifier and Type Class Description classDistributedIntCacheStream<Original>Implementation ofIntStreamthat utilizes a lazily evaluated distributed back end execution.classIntermediateIntCacheStreamAn intermediate int cache stream used when an intermediate operation that requires both a remote and local portionMethods in org.infinispan.stream.impl that return IntCacheStream Modifier and Type Method Description IntCacheStreamDistributedIntCacheStream. disableRehashAware()IntCacheStreamIntermediateIntCacheStream. disableRehashAware()IntCacheStreamDistributedIntCacheStream. distinct()IntCacheStreamIntermediateIntCacheStream. distinct()IntCacheStreamDistributedIntCacheStream. distributedBatchSize(int batchSize)IntCacheStreamIntermediateIntCacheStream. distributedBatchSize(int batchSize)IntCacheStreamDistributedIntCacheStream. filter(IntPredicate predicate)IntCacheStreamDistributedIntCacheStream. filter(SerializableIntPredicate predicate)IntCacheStreamIntermediateIntCacheStream. filter(IntPredicate predicate)IntCacheStreamDistributedIntCacheStream. filterKeys(Set<?> keys)IntCacheStreamIntermediateIntCacheStream. filterKeys(Set<?> keys)IntCacheStreamDistributedIntCacheStream. filterKeySegments(Set<Integer> segments)IntCacheStreamDistributedIntCacheStream. filterKeySegments(org.infinispan.commons.util.IntSet segments)IntCacheStreamIntermediateIntCacheStream. filterKeySegments(Set<Integer> segments)IntCacheStreamIntermediateIntCacheStream. filterKeySegments(org.infinispan.commons.util.IntSet segments)IntCacheStreamDistributedIntCacheStream. flatMap(IntFunction<? extends IntStream> mapper)IntCacheStreamDistributedIntCacheStream. flatMap(SerializableIntFunction<? extends IntStream> mapper)IntCacheStreamIntermediateIntCacheStream. flatMap(IntFunction<? extends IntStream> mapper)IntCacheStreamDistributedCacheStream. flatMapToInt(Function<? super R,? extends IntStream> mapper)IntCacheStreamIntermediateCacheStream. flatMapToInt(Function<? super R,? extends IntStream> mapper)IntCacheStreamDistributedIntCacheStream. limit(long maxSize)IntCacheStreamIntermediateIntCacheStream. limit(long maxSize)IntCacheStreamDistributedIntCacheStream. map(IntUnaryOperator mapper)IntCacheStreamDistributedIntCacheStream. map(SerializableIntUnaryOperator mapper)IntCacheStreamIntermediateIntCacheStream. map(IntUnaryOperator mapper)IntCacheStreamDistributedCacheStream. mapToInt(ToIntFunction<? super R> mapper)IntCacheStreamDistributedDoubleCacheStream. mapToInt(DoubleToIntFunction mapper)IntCacheStreamDistributedDoubleCacheStream. mapToInt(SerializableDoubleToIntFunction mapper)IntCacheStreamDistributedLongCacheStream. mapToInt(LongToIntFunction mapper)IntCacheStreamDistributedLongCacheStream. mapToInt(SerializableLongToIntFunction mapper)IntCacheStreamIntermediateCacheStream. mapToInt(ToIntFunction<? super R> mapper)IntCacheStreamIntermediateDoubleCacheStream. mapToInt(DoubleToIntFunction mapper)IntCacheStreamIntermediateLongCacheStream. mapToInt(LongToIntFunction mapper)IntCacheStreamIntermediateIntCacheStream. onClose(Runnable closeHandler)IntCacheStreamIntermediateIntCacheStream. parallel()IntCacheStreamDistributedIntCacheStream. parallelDistribution()IntCacheStreamIntermediateIntCacheStream. parallelDistribution()IntCacheStreamDistributedIntCacheStream. peek(IntConsumer action)IntCacheStreamDistributedIntCacheStream. peek(SerializableIntConsumer action)IntCacheStreamIntermediateIntCacheStream. peek(IntConsumer action)IntCacheStreamDistributedIntCacheStream. segmentCompletionListener(BaseCacheStream.SegmentCompletionListener listener)IntCacheStreamIntermediateIntCacheStream. segmentCompletionListener(BaseCacheStream.SegmentCompletionListener listener)IntCacheStreamIntermediateIntCacheStream. sequential()IntCacheStreamDistributedIntCacheStream. sequentialDistribution()IntCacheStreamIntermediateIntCacheStream. sequentialDistribution()IntCacheStreamDistributedIntCacheStream. skip(long n)IntCacheStreamIntermediateIntCacheStream. skip(long n)IntCacheStreamDistributedIntCacheStream. sorted()IntCacheStreamIntermediateIntCacheStream. sorted()IntCacheStreamDistributedIntCacheStream. timeout(long timeout, TimeUnit unit)IntCacheStreamIntermediateIntCacheStream. timeout(long timeout, TimeUnit unit)IntCacheStreamIntermediateIntCacheStream. unordered() -
Uses of IntCacheStream in org.infinispan.stream.impl.local
Classes in org.infinispan.stream.impl.local that implement IntCacheStream Modifier and Type Class Description classLocalIntCacheStreamIntStream that wraps a given stream to allow for additional functionality such as injection of values into various operations -
Uses of IntCacheStream in org.infinispan.util
Methods in org.infinispan.util that return IntCacheStream Modifier and Type Method Description IntCacheStreamAbstractDelegatingCacheStream. flatMapToInt(Function<? super R,? extends IntStream> mapper)IntCacheStreamAbstractDelegatingCacheStream. mapToInt(ToIntFunction<? super R> mapper)
-