Uses of Class
org.infinispan.util.AbstractDelegatingCacheStream
Packages that use AbstractDelegatingCacheStream
Package
Description
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 AbstractDelegatingCacheStream in org.infinispan.util
Methods in org.infinispan.util that return AbstractDelegatingCacheStreamModifier and TypeMethodDescriptionAbstractDelegatingCacheStream.disableRehashAware()
AbstractDelegatingCacheStream.distributedBatchSize
(int batchSize) AbstractDelegatingCacheStream.filterKeys
(Set<?> keys) AbstractDelegatingCacheStream.filterKeySegments
(Set<Integer> segments) AbstractDelegatingCacheStream.filterKeySegments
(IntSet segments) AbstractDelegatingCacheStream.parallelDistribution()
AbstractDelegatingCacheStream.segmentCompletionListener
(BaseCacheStream.SegmentCompletionListener listener) AbstractDelegatingCacheStream.sequentialDistribution()