| Package | Description |
|---|---|
| com.tangosol.coherence.jcache.common |
Common utilities used by Coherence JCache.
|
| com.tangosol.coherence.jcache.localcache |
Contains classes related to local cache implementation of Coherence JCache.
|
| com.tangosol.coherence.jcache.partitionedcache |
Contains classes related to partitioned cache implementation of Coherence JCache.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CoherenceCacheEventEventDispatcher.dispatch(Iterable<CoherenceCacheEntryListenerRegistration<K,V>> registrations)
Dispatches the added events to the listeners defined by the specified
CacheEntryListenerConfigurations. |
| Modifier and Type | Method and Description |
|---|---|
protected Iterable<CoherenceCacheEntryListenerRegistration<K,V>> |
LocalCacheAsynchronousMapListener.getEventListeners()
Iterable over asynchronous CacheEntryListenerRegistrations
|
protected Iterable<CoherenceCacheEntryListenerRegistration<K,V>> |
LocalCacheSynchronousMapListener.getEventListeners() |
CopyOnWriteArraySet<CoherenceCacheEntryListenerRegistration<K,V>> |
LocalCache.getRegisteredAsynchronousEventListeners()
Get asynchronous CacheEntryEventListeners.
|
CopyOnWriteArraySet<CoherenceCacheEntryListenerRegistration<K,V>> |
LocalCache.getRegisteredSynchronousEventListeners()
Get synchronous CacheEntryEventListeners.
|
| Modifier and Type | Method and Description |
|---|---|
protected 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 CacheEntryListenerRegistrations
|
protected CopyOnWriteArraySet<CoherenceCacheEntryListenerRegistration<K,V>> |
PartitionedCache.getRegisteredSynchronousEventListeners()
get synchronous CacheEntryListenerRegistrations
|