- Type Parameters:
T - the stream element type
- All Superinterfaces:
Function<org.infinispan.CacheStream<T>, org.infinispan.CacheStream<T>>, UnaryOperator<org.infinispan.CacheStream<T>>
-
Method Summary
Static Methods
Returns a cache stream filter that performs no filtering.
local(org.infinispan.Cache<?,?> cache)
Returns a cache stream filter of the locally owned segments of the specified cache.
primary(org.infinispan.distribution.ch.ConsistentHash hash,
org.infinispan.remoting.transport.Address member)
Returns a cache stream filter of the segments of the specified consistent hash owned by the specified member.
segments(org.infinispan.commons.util.IntSet segments)
Returns a cache stream filter for the specified segments.