Package one.microstream.cache
Interface CacheEntryListenerRegistration<K,V>
- All Known Implementing Classes:
 CacheEntryListenerRegistration.Default
public interface CacheEntryListenerRegistration<K,V>
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCacheEntryListenerRegistration.Default<K,V> - 
Method Summary
Modifier and Type Method Description javax.cache.event.CacheEntryEventFilter<? super K,? super V>getCacheEntryFilter()javax.cache.event.CacheEntryListener<? super K,? super V>getCacheEntryListener()javax.cache.configuration.CacheEntryListenerConfiguration<K,V>getConfiguration()booleanisOldValueRequired()booleanisSynchronous()static <K, V> CacheEntryListenerRegistration<K,V>New(javax.cache.configuration.CacheEntryListenerConfiguration<K,V> configuration) 
- 
Method Details
- 
getCacheEntryListener
 - 
getCacheEntryFilter
 - 
getConfiguration
 - 
isOldValueRequired
boolean isOldValueRequired() - 
isSynchronous
boolean isSynchronous() - 
New
static <K, V> CacheEntryListenerRegistration<K,V> New(javax.cache.configuration.CacheEntryListenerConfiguration<K,V> configuration) 
 -