Uses of Interface
org.wildfly.clustering.cache.infinispan.embedded.distribution.CacheStreamFilter
Packages that use CacheStreamFilter
-
Uses of CacheStreamFilter in org.wildfly.clustering.cache.infinispan.embedded.distribution
Methods in org.wildfly.clustering.cache.infinispan.embedded.distribution that return CacheStreamFilterModifier and TypeMethodDescriptionstatic <T> CacheStreamFilter<T> CacheStreamFilter.identity()Returns a cache stream filter that performs no filtering.static <T> CacheStreamFilter<T> CacheStreamFilter.local(org.infinispan.Cache<?, ?> cache) Returns a cache stream filter of the locally owned segments of the specified cache.static <T> CacheStreamFilter<T> CacheStreamFilter.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.static <T> CacheStreamFilter<T> CacheStreamFilter.segments(org.infinispan.commons.util.IntSet segments) Returns a cache stream filter for the specified segments.