java.lang.Object
org.wildfly.clustering.cache.infinispan.embedded.listener.KeyFilter<K>
- Type Parameters:
K - cache key type
- All Implemented Interfaces:
org.infinispan.notifications.cachelistener.filter.CacheEventFilter<K,Object>
-
Constructor Summary
Constructors
Creates a filter that accepts keys of the specified class.
Creates a filter that accepts keys matching the specified predicate.
-
Method Summary
boolean
accept(K key,
Object oldValue,
org.infinispan.metadata.Metadata oldMetadata,
Object newValue,
org.infinispan.metadata.Metadata newMetadata,
org.infinispan.notifications.cachelistener.filter.EventType eventType)
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.infinispan.notifications.cachelistener.filter.CacheEventFilter
format