Package one.microstream.cache
Class CacheEntryListenerRegistration.Default<K,V>
java.lang.Object
one.microstream.cache.CacheEntryListenerRegistration.Default<K,V>
- All Implemented Interfaces:
 CacheEntryListenerRegistration<K,V>
- Enclosing interface:
 - CacheEntryListenerRegistration<K,V>
 
public static class CacheEntryListenerRegistration.Default<K,V> extends Object implements CacheEntryListenerRegistration<K,V>
- 
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.cache.CacheEntryListenerRegistration
CacheEntryListenerRegistration.Default<K,V> - 
Constructor Summary
Constructors Constructor Description Default() - 
Method Summary
Modifier and Type Method Description booleanequals(Object object)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()inthashCode()booleanisOldValueRequired()booleanisSynchronous() 
- 
Constructor Details
- 
Default
public Default() 
 - 
 - 
Method Details
- 
getCacheEntryListener
- Specified by:
 getCacheEntryListenerin interfaceCacheEntryListenerRegistration<K,V>
 - 
getCacheEntryFilter
- Specified by:
 getCacheEntryFilterin interfaceCacheEntryListenerRegistration<K,V>
 - 
getConfiguration
- Specified by:
 getConfigurationin interfaceCacheEntryListenerRegistration<K,V>
 - 
isOldValueRequired
public boolean isOldValueRequired()- Specified by:
 isOldValueRequiredin interfaceCacheEntryListenerRegistration<K,V>
 - 
isSynchronous
public boolean isSynchronous()- Specified by:
 isSynchronousin interfaceCacheEntryListenerRegistration<K,V>
 - 
hashCode
public int hashCode() - 
equals
 
 -