Class PredicateKeyFilter<K>
- java.lang.Object
-
- org.wildfly.clustering.infinispan.notifications.PredicateKeyFilter<K>
-
-
Constructor Summary
Constructors Constructor Description PredicateKeyFilter(Predicate<? super K> predicate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(K key, Object oldValue, org.infinispan.metadata.Metadata oldMetadata, Object newValue, org.infinispan.metadata.Metadata newMetadata, org.infinispan.notifications.cachelistener.filter.EventType eventType)
-