Uses of Class
com.hazelcast.config.CacheSimpleEntryListenerConfig
Packages that use CacheSimpleEntryListenerConfig
-
Uses of CacheSimpleEntryListenerConfig in com.hazelcast.config
Methods in com.hazelcast.config that return CacheSimpleEntryListenerConfigModifier 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.Methods in com.hazelcast.config that return types with arguments of type CacheSimpleEntryListenerConfigModifier and TypeMethodDescriptionCacheSimpleConfig.getCacheEntryListeners()
Gets a list ofCacheSimpleEntryListenerConfig
from thisICache
.Methods in com.hazelcast.config with parameters of type CacheSimpleEntryListenerConfigModifier and TypeMethodDescriptionCacheSimpleConfig.addEntryListenerConfig
(CacheSimpleEntryListenerConfig listenerConfig) AddsCacheSimpleEntryListenerConfig
to thisICache
.Method parameters in com.hazelcast.config with type arguments of type CacheSimpleEntryListenerConfigModifier and TypeMethodDescriptionCacheSimpleConfig.setCacheEntryListeners
(List<CacheSimpleEntryListenerConfig> cacheEntryListeners) Sets a list ofCacheSimpleEntryListenerConfig
for thisICache
.Constructors in com.hazelcast.config with parameters of type CacheSimpleEntryListenerConfigModifierConstructorDescriptionCacheSimpleEntryListenerConfig
(CacheSimpleEntryListenerConfig listenerConfig)