| Package | Description | 
|---|---|
| com.hazelcast.config | Provides classes for configuring HazelcastInstance. | 
| Modifier and Type | Method and Description | 
|---|---|
| EntryListenerConfig | EntryListenerConfig. setImplementation(MapListener implementation) | 
| EntryListenerConfig | EntryListenerConfig. setIncludeValue(boolean includeValue) | 
| EntryListenerConfig | EntryListenerConfig. setLocal(boolean local) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<EntryListenerConfig> | QueryCacheConfig. getEntryListenerConfigs() | 
| List<EntryListenerConfig> | MultiMapConfig. getEntryListenerConfigs()Gets the list of entry listeners (listens for when entries are added or removed) for this MultiMap. | 
| List<EntryListenerConfig> | MapConfig. getEntryListenerConfigs() | 
| Modifier and Type | Method and Description | 
|---|---|
| ReplicatedMapConfig | ReplicatedMapConfig. addEntryListenerConfig(EntryListenerConfig listenerConfig) | 
| QueryCacheConfig | QueryCacheConfig. addEntryListenerConfig(EntryListenerConfig listenerConfig)Adds  EntryListenerConfigto thisQueryCacheConfig. | 
| MultiMapConfig | MultiMapConfig. addEntryListenerConfig(EntryListenerConfig listenerConfig)Adds an entry listener to this MultiMap (listens for when entries are added or removed). | 
| MapConfig | MapConfig. addEntryListenerConfig(EntryListenerConfig listenerConfig) | 
| Modifier and Type | Method and Description | 
|---|---|
| QueryCacheConfig | QueryCacheConfig. setEntryListenerConfigs(List<EntryListenerConfig> listenerConfigs) | 
| MultiMapConfig | MultiMapConfig. setEntryListenerConfigs(List<EntryListenerConfig> listenerConfigs)Sets the list of entry listeners (listens for when entries are added or removed) for this MultiMap. | 
| MapConfig | MapConfig. setEntryListenerConfigs(List<EntryListenerConfig> listenerConfigs) | 
| Constructor and Description | 
|---|
| EntryListenerConfig(EntryListenerConfig config) | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.