public class RemovedFilter<K,V> extends Object implements org.infinispan.notifications.cachelistener.filter.CacheEventFilter<K,V>
Modifier and Type | Class and Description |
---|---|
static class |
RemovedFilter.Externalizer |
Constructor and Description |
---|
RemovedFilter() |
Modifier and Type | Method and 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() |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.