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 -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.infinispan.notifications.cachelistener.filter.CacheEventConverter
format, includeOldValue, useRequestFormat
-
Constructor Details
-
KeyValueWithPreviousEventConverter
public KeyValueWithPreviousEventConverter()
-
-
Method Details
-
convert
-