Class PartitionedCacheSyntheticDeleteMapListener<K,V>

java.lang.Object
com.tangosol.util.Base
com.tangosol.util.AbstractMapListener
com.tangosol.coherence.jcache.partitionedcache.PartitionedCacheSyntheticDeleteMapListener<K,V>
Type Parameters:
K - key type
V - value type
All Implemented Interfaces:
MapListener, EventListener

public class PartitionedCacheSyntheticDeleteMapListener<K,V> extends AbstractMapListener
MapListener for coherence cache to generate JCache ExpiryEvents. The filter is a server-side one that requires to be able to rely on isSynthetic() having proper value. ExpiryEvents are only delivered asynchronously.
Version:
Coherence 12.1.3
Author:
jf 2013.12.18
  • Method Details

    • entryUpdated

      public void entryUpdated(MapEvent evt)
      These updated mapEvents were decorated with JACHE_SYNTHETIC_EXPIRY or JCACHE_SYNTHETIC_EXPIRY_EVENT_FOR_ORIGINAL_VALUES. Filter removed all non JCACHE_SYNTHETIC_EXPIRY or JCACHE_SYNTHETIC_EXPIRY_EVENT_FOR_ORIGINAL_VALUES.
      Specified by:
      entryUpdated in interface MapListener<K,V>
      Overrides:
      entryUpdated in class AbstractMapListener
      Parameters:
      evt - the MapEvent carrying the update information
    • toString

      public String toString()
      Overrides:
      toString in class Object