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
     
  • Method Summary

    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.infinispan.notifications.cachelistener.filter.CacheEventConverter

    format, includeOldValue, useRequestFormat
  • Constructor Details

    • KeyValueWithPreviousEventConverter

      public KeyValueWithPreviousEventConverter()
  • Method Details

    • convert

      public 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)
      Specified by:
      convert in interface org.infinispan.notifications.cachelistener.filter.CacheEventConverter<K,V,org.infinispan.commons.util.KeyValueWithPrevious<K,V>>