Class PartitionedCacheConfigurationMapListener

java.lang.Object
com.tangosol.util.Base
com.tangosol.util.AbstractMapListener
com.tangosol.coherence.jcache.partitionedcache.PartitionedCacheConfigurationMapListener
All Implemented Interfaces:
MapListener, MapListenerSupport.SynchronousListener, SynchronousListener, EventListener

public class PartitionedCacheConfigurationMapListener extends AbstractMapListener implements MapListenerSupport.SynchronousListener
MapListener for meta-information about JCache PartitionedCache instances. This cache is named CoherenceBasedCache.JCACHE_CONFIG_CACHE_NAME. This cache is a meta-cache where the key is a JCacheIdentifier for a PartitionedCache and the value is the PartitionedCacheConfiguration. This listener manages the JCacheContext in storage-enabled nodes for CoherenceBasedCache.JCACHE_PARTITIONED_SCHEME_NAME. This maplistener is registered on each near-cache of CoherenceBasedCache.JCACHE_CONFIG_SCHEME_NAME. The map listener is required to execute on each storage-enabled node that has accessed the JCacheContext for the map's key, a JCacheIdentifier.
Since:
Coherence 12.1.3
Author:
jf 2014.04.15