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 boolean
equals(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()
int
hashCode()
boolean
isOldValueRequired()
boolean
isSynchronous()
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
getCacheEntryListener
- Specified by:
getCacheEntryListener
in interfaceCacheEntryListenerRegistration<K,V>
-
getCacheEntryFilter
- Specified by:
getCacheEntryFilter
in interfaceCacheEntryListenerRegistration<K,V>
-
getConfiguration
- Specified by:
getConfiguration
in interfaceCacheEntryListenerRegistration<K,V>
-
isOldValueRequired
public boolean isOldValueRequired()- Specified by:
isOldValueRequired
in interfaceCacheEntryListenerRegistration<K,V>
-
isSynchronous
public boolean isSynchronous()- Specified by:
isSynchronous
in interfaceCacheEntryListenerRegistration<K,V>
-
hashCode
public int hashCode() -
equals
-