Class KeyFilter<K>
- java.lang.Object
-
- org.wildfly.clustering.infinispan.listener.KeyFilter<K>
-
- All Implemented Interfaces:
org.infinispan.notifications.cachelistener.filter.CacheEventFilter<K,Object>
public class KeyFilter<K> extends Object implements org.infinispan.notifications.cachelistener.filter.CacheEventFilter<K,Object>
ACacheEventFilterfor filtering events based on the cache key.- Author:
- Paul Ferraro
-
-
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)
-