K - the type of keysV - the type of valuespublic interface CacheEntryListenerRegistration<K,V>
CacheEntryListener.| Modifier and Type | Method and Description |
|---|---|
CacheEntryEventFilter<? super K,? super V> |
getCacheEntryFilter()
Gets the
CacheEntryEventFilter that should be applied prior to
notifying the CacheEntryListener. |
CacheEntryListener<? super K,? super V> |
getCacheEntryListener()
Gets the
CacheEntryListener. |
boolean |
isOldValueRequired()
Determines if the old value should be provided to the
CacheEntryListener. |
boolean |
isSynchronous()
Determines if the thread that caused an event to be created should be
blocked (not return from the operation causing the event) until the
CacheEntryListener has been notified. |
CacheEntryListener<? super K,? super V> getCacheEntryListener()
CacheEntryListener.CacheEntryListenerboolean isOldValueRequired()
CacheEntryListener.true if the old value is required by the CacheEntryListenerCacheEntryEventFilter<? super K,? super V> getCacheEntryFilter()
CacheEntryEventFilter that should be applied prior to
notifying the CacheEntryListener. When null no
filtering is applied and all appropriate events are notified.CacheEntryEventFilter or null if no filtering
is requiredboolean isSynchronous()
CacheEntryListener has been notified.true if the thread that created the event should blockCopyright © 2013. All Rights Reserved.