Uses of Class
com.hazelcast.config.EntryListenerConfig
-
Uses of EntryListenerConfig in com.hazelcast.config
Modifier and TypeMethodDescriptionEntryListenerConfig.setImplementation
(MapListener implementation) EntryListenerConfig.setIncludeValue
(boolean includeValue) EntryListenerConfig.setLocal
(boolean local) Modifier and TypeMethodDescriptionMapConfig.getEntryListenerConfigs()
MultiMapConfig.getEntryListenerConfigs()
Gets the list of entry listeners (listens for when entries are added or removed) for this MultiMap.QueryCacheConfig.getEntryListenerConfigs()
Modifier and TypeMethodDescriptionMapConfig.addEntryListenerConfig
(EntryListenerConfig listenerConfig) MultiMapConfig.addEntryListenerConfig
(EntryListenerConfig listenerConfig) Adds an entry listener to this MultiMap (listens for when entries are added or removed).QueryCacheConfig.addEntryListenerConfig
(EntryListenerConfig listenerConfig) AddsEntryListenerConfig
to thisQueryCacheConfig
.ReplicatedMapConfig.addEntryListenerConfig
(EntryListenerConfig listenerConfig) Modifier and TypeMethodDescriptionMapConfig.setEntryListenerConfigs
(List<EntryListenerConfig> listenerConfigs) MultiMapConfig.setEntryListenerConfigs
(List<EntryListenerConfig> listenerConfigs) Sets the list of entry listeners (listens for when entries are added or removed) for this MultiMap.QueryCacheConfig.setEntryListenerConfigs
(List<EntryListenerConfig> listenerConfigs)