Uses of Class
com.hazelcast.config.EntryListenerConfig
Packages that use EntryListenerConfig
-
Uses of EntryListenerConfig in com.hazelcast.config
Methods in com.hazelcast.config that return EntryListenerConfigModifier and TypeMethodDescriptionEntryListenerConfig.setImplementation
(MapListener implementation) EntryListenerConfig.setIncludeValue
(boolean includeValue) EntryListenerConfig.setLocal
(boolean local) Methods in com.hazelcast.config that return types with arguments of type EntryListenerConfigModifier and TypeMethodDescriptionMapConfig.getEntryListenerConfigs()
MultiMapConfig.getEntryListenerConfigs()
Gets the list of entry listeners (listens for when entries are added or removed) for this MultiMap.QueryCacheConfig.getEntryListenerConfigs()
Methods in com.hazelcast.config with parameters of type EntryListenerConfigModifier 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) Method parameters in com.hazelcast.config with type arguments of type EntryListenerConfigModifier 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) Constructors in com.hazelcast.config with parameters of type EntryListenerConfig