Uses of Class
com.tangosol.coherence.jcache.common.CoherenceCacheEntryListenerRegistration
Packages that use CoherenceCacheEntryListenerRegistration
Package
Description
Common utilities used by Coherence JCache.
Contains classes related to local cache implementation of Coherence JCache.
Contains classes related to partitioned cache implementation of Coherence JCache.
-
Uses of CoherenceCacheEntryListenerRegistration in com.tangosol.coherence.jcache.common
Method parameters in com.tangosol.coherence.jcache.common with type arguments of type CoherenceCacheEntryListenerRegistrationModifier and TypeMethodDescriptionvoidCoherenceCacheEventEventDispatcher.dispatch(Iterable<CoherenceCacheEntryListenerRegistration<K, V>> registrations) Dispatches the added events to the listeners defined by the specifiedCacheEntryListenerConfigurations. -
Uses of CoherenceCacheEntryListenerRegistration in com.tangosol.coherence.jcache.localcache
Methods in com.tangosol.coherence.jcache.localcache that return types with arguments of type CoherenceCacheEntryListenerRegistrationModifier and TypeMethodDescriptionprotected Iterable<CoherenceCacheEntryListenerRegistration<K, V>> LocalCacheAsynchronousMapListener.getEventListeners()Iterable over asynchronous CacheEntryListenerRegistrationsprotected Iterable<CoherenceCacheEntryListenerRegistration<K, V>> LocalCacheSynchronousMapListener.getEventListeners()LocalCache.getRegisteredAsynchronousEventListeners()Get asynchronous CacheEntryEventListeners.LocalCache.getRegisteredSynchronousEventListeners()Get synchronous CacheEntryEventListeners. -
Uses of CoherenceCacheEntryListenerRegistration in com.tangosol.coherence.jcache.partitionedcache
Methods in com.tangosol.coherence.jcache.partitionedcache that return types with arguments of type CoherenceCacheEntryListenerRegistrationModifier and TypeMethodDescriptionprotected Iterable<CoherenceCacheEntryListenerRegistration<K, V>> PartitionedCacheAsynchronousMapListener.getEventListeners()get JCache registered CacheEntryListenerRegistrations.protected Iterable<CoherenceCacheEntryListenerRegistration<K, V>> PartitionedCacheSynchronousMapListener.getEventListeners()Iterate over synchronous JCache CacheEntry Listener Registrations.protected CopyOnWriteArraySet<CoherenceCacheEntryListenerRegistration<K, V>> PartitionedCache.getRegisteredAsynchronousEventListeners()get asynchronous CacheEntryListenerRegistrationsprotected CopyOnWriteArraySet<CoherenceCacheEntryListenerRegistration<K, V>> PartitionedCache.getRegisteredSynchronousEventListeners()get synchronous CacheEntryListenerRegistrations