Uses of Interface
org.wildfly.clustering.cache.infinispan.embedded.distribution.CacheStreamFilter
Packages that use CacheStreamFilter
Package
Description
-
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. -
Uses of CacheStreamFilter in org.wildfly.clustering.server.infinispan.scheduler
Methods in org.wildfly.clustering.server.infinispan.scheduler with parameters of type CacheStreamFilterModifier and TypeMethodDescriptionvoidCacheEntriesTask.accept(CacheStreamFilter<Map.Entry<K, V>> filter) voidCacheKeysTask.accept(CacheStreamFilter<K> filter) Constructor parameters in org.wildfly.clustering.server.infinispan.scheduler with type arguments of type CacheStreamFilterModifierConstructorDescriptionSchedulerTopologyChangeListener(org.infinispan.Cache<K, V> cache, Consumer<CacheStreamFilter<SE>> scheduleTask, Consumer<CacheStreamFilter<CE>> cancelTask)