| Package | Description | 
|---|---|
| com.hazelcast.config | Provides classes for configuring HazelcastInstance. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EntryListenerConfigReadOnlyDeprecated. 
 this class will be removed in 3.8; it is meant for internal usage only. | 
| Modifier and Type | Method and Description | 
|---|---|
| EntryListenerConfig | EntryListenerConfigReadOnly. setImplementation(EntryListener implementation)Deprecated.  | 
| EntryListenerConfig | EntryListenerConfig. setImplementation(EntryListener implementation) | 
| EntryListenerConfig | EntryListenerConfigReadOnly. setIncludeValue(boolean includeValue)Deprecated.  | 
| EntryListenerConfig | EntryListenerConfig. setIncludeValue(boolean includeValue) | 
| EntryListenerConfig | EntryListenerConfigReadOnly. setLocal(boolean local)Deprecated.  | 
| EntryListenerConfig | EntryListenerConfig. setLocal(boolean local) | 
| Modifier and Type | Method and Description | 
|---|---|
| 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() | 
| List<EntryListenerConfig> | MapConfigReadOnly. getEntryListenerConfigs()Deprecated.  | 
| List<EntryListenerConfig> | QueryCacheConfig. getEntryListenerConfigs() | 
| List<EntryListenerConfig> | MultiMapConfigReadOnly. getEntryListenerConfigs()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
| MapConfig | MapConfigReadOnly. addEntryListenerConfig(EntryListenerConfig listenerConfig)Deprecated.  | 
| QueryCacheConfig | QueryCacheConfig. addEntryListenerConfig(EntryListenerConfig listenerConfig)Adds  EntryListenerConfigto thisQueryCacheConfig. | 
| ReplicatedMapConfig | ReplicatedMapConfig. addEntryListenerConfig(EntryListenerConfig listenerConfig) | 
| MultiMapConfig | MultiMapConfigReadOnly. addEntryListenerConfig(EntryListenerConfig listenerConfig)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
| MapConfig | MapConfigReadOnly. setEntryListenerConfigs(List<EntryListenerConfig> listenerConfigs)Deprecated.  | 
| QueryCacheConfig | QueryCacheConfig. setEntryListenerConfigs(List<EntryListenerConfig> listenerConfigs) | 
| MultiMapConfig | MultiMapConfigReadOnly. setEntryListenerConfigs(List<EntryListenerConfig> listenerConfigs)Deprecated.  | 
| Constructor and Description | 
|---|
| EntryListenerConfig(EntryListenerConfig config) | 
| EntryListenerConfigReadOnly(EntryListenerConfig config)Deprecated.  | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.