public class MutableCacheEntryListenerConfiguration<K,V> extends Object implements CacheEntryListenerConfiguration<K,V>
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
MutableCacheEntryListenerConfiguration(CacheEntryListenerConfiguration<K,V> configuration) |
MutableCacheEntryListenerConfiguration(Factory<? extends CacheEntryListener<? super K,? super V>> listenerFactory,
Factory<? extends CacheEntryEventFilter<? super K,? super V>> filterFactory,
boolean isOldValueRequired,
boolean isSynchronous) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
Factory<CacheEntryEventFilter<? super K,? super V>> |
getCacheEntryEventFilterFactory() |
Factory<CacheEntryListener<? super K,? super V>> |
getCacheEntryListenerFactory() |
int |
hashCode() |
boolean |
isOldValueRequired() |
boolean |
isSynchronous() |
MutableCacheEntryListenerConfiguration<K,V> |
setCacheEntryEventFilterFactory(Factory<? extends CacheEntryEventFilter<? super K,? super V>> filterFactory) |
MutableCacheEntryListenerConfiguration<K,V> |
setCacheEntryListenerFactory(Factory<? extends CacheEntryListener<? super K,? super V>> listenerFactory) |
MutableCacheEntryListenerConfiguration<K,V> |
setOldValueRequired(boolean isOldValueRequired) |
MutableCacheEntryListenerConfiguration<K,V> |
setSynchronous(boolean isSynchronous) |
public static final long serialVersionUID
public MutableCacheEntryListenerConfiguration(CacheEntryListenerConfiguration<K,V> configuration)
public MutableCacheEntryListenerConfiguration(Factory<? extends CacheEntryListener<? super K,? super V>> listenerFactory, Factory<? extends CacheEntryEventFilter<? super K,? super V>> filterFactory, boolean isOldValueRequired, boolean isSynchronous)
public Factory<CacheEntryListener<? super K,? super V>> getCacheEntryListenerFactory()
getCacheEntryListenerFactory in interface CacheEntryListenerConfiguration<K,V>public MutableCacheEntryListenerConfiguration<K,V> setCacheEntryListenerFactory(Factory<? extends CacheEntryListener<? super K,? super V>> listenerFactory)
public Factory<CacheEntryEventFilter<? super K,? super V>> getCacheEntryEventFilterFactory()
getCacheEntryEventFilterFactory in interface CacheEntryListenerConfiguration<K,V>public MutableCacheEntryListenerConfiguration<K,V> setCacheEntryEventFilterFactory(Factory<? extends CacheEntryEventFilter<? super K,? super V>> filterFactory)
public boolean isOldValueRequired()
isOldValueRequired in interface CacheEntryListenerConfiguration<K,V>public MutableCacheEntryListenerConfiguration<K,V> setOldValueRequired(boolean isOldValueRequired)
public boolean isSynchronous()
isSynchronous in interface CacheEntryListenerConfiguration<K,V>public MutableCacheEntryListenerConfiguration<K,V> setSynchronous(boolean isSynchronous)
Copyright © 2025. All rights reserved.