public class PredicateCacheEventFilter<K,V> extends Object implements org.infinispan.notifications.cachelistener.filter.CacheEventFilter<K,V>
| Constructor and Description |
|---|
PredicateCacheEventFilter(Predicate<Map.Entry<? super K,? super V>> predicate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(K key,
V oldValue,
org.infinispan.metadata.Metadata oldMetadata,
V newValue,
org.infinispan.metadata.Metadata newMetadata,
org.infinispan.notifications.cachelistener.filter.EventType eventType) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.