Uses of Class
com.hazelcast.config.CacheSimpleEntryListenerConfig
-
Uses of CacheSimpleEntryListenerConfig in com.hazelcast.config
Modifier and TypeMethodDescriptionCacheSimpleEntryListenerConfig.setCacheEntryEventFilterFactory
(String cacheEntryEventFilterFactory) CacheSimpleEntryListenerConfig.setCacheEntryListenerFactory
(String cacheEntryListenerFactory) CacheSimpleEntryListenerConfig.setOldValueRequired
(boolean oldValueRequired) Iftrue
, previously assigned values for the affected keys will be sent to this cache entry listener implementation.CacheSimpleEntryListenerConfig.setSynchronous
(boolean synchronous) Iftrue
, this cache entry listener implementation will be called in a synchronous manner.Modifier and TypeMethodDescriptionCacheSimpleConfig.getCacheEntryListeners()
Gets a list ofCacheSimpleEntryListenerConfig
from thisICache
.Modifier and TypeMethodDescriptionCacheSimpleConfig.addEntryListenerConfig
(CacheSimpleEntryListenerConfig listenerConfig) AddsCacheSimpleEntryListenerConfig
to thisICache
.Modifier and TypeMethodDescriptionCacheSimpleConfig.setCacheEntryListeners
(List<CacheSimpleEntryListenerConfig> cacheEntryListeners) Sets a list ofCacheSimpleEntryListenerConfig
for thisICache
.ModifierConstructorDescriptionCacheSimpleEntryListenerConfig
(CacheSimpleEntryListenerConfig listenerConfig)