Class RemovedFilter<K,V>
- java.lang.Object
-
- org.infinispan.persistence.remote.upgrade.RemovedFilter<K,V>
-
- All Implemented Interfaces:
org.infinispan.notifications.cachelistener.filter.CacheEventFilter<K,V>
public class RemovedFilter<K,V> extends Object implements org.infinispan.notifications.cachelistener.filter.CacheEventFilter<K,V>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RemovedFilter.Externalizer
-
Constructor Summary
Constructors Constructor Description RemovedFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(Object key, Object oldValue, org.infinispan.metadata.Metadata oldMetadata, Object newValue, org.infinispan.metadata.Metadata newMetadata, org.infinispan.notifications.cachelistener.filter.EventType eventType)
org.infinispan.commons.dataconversion.MediaType
format()
-