Class KeyValueWithPreviousEventConverter<K,V>
- java.lang.Object
-
- org.infinispan.server.hotrod.event.KeyValueWithPreviousEventConverter<K,V>
-
- All Implemented Interfaces:
org.infinispan.notifications.cachelistener.filter.CacheEventConverter<K,V,org.infinispan.commons.util.KeyValueWithPrevious<K,V>>
public class KeyValueWithPreviousEventConverter<K,V> extends Object implements org.infinispan.notifications.cachelistener.filter.CacheEventConverter<K,V,org.infinispan.commons.util.KeyValueWithPrevious<K,V>>
-
-
Constructor Summary
Constructors Constructor Description KeyValueWithPreviousEventConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.infinispan.commons.util.KeyValueWithPrevious<K,V>convert(K key, V oldValue, org.infinispan.metadata.Metadata oldMetadata, V newValue, org.infinispan.metadata.Metadata newMetadata, org.infinispan.notifications.cachelistener.filter.EventType eventType)
-