primary
static <T> CacheStreamFilter<T> 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.
- Type Parameters:
T- the stream element type- Parameters:
hash- a consistent hashmember- a member of the specified consistent hash- Returns:
- a cache stream filter