| Package | Description | 
|---|---|
| com.hazelcast.config | Provides classes for configuring HazelcastInstance. | 
| Modifier and Type | Method and Description | 
|---|---|
| CacheSimpleEntryListenerConfig | CacheSimpleEntryListenerConfig. setCacheEntryEventFilterFactory(String cacheEntryEventFilterFactory) | 
| CacheSimpleEntryListenerConfig | CacheSimpleEntryListenerConfig. setCacheEntryListenerFactory(String cacheEntryListenerFactory) | 
| CacheSimpleEntryListenerConfig | CacheSimpleEntryListenerConfig. setOldValueRequired(boolean oldValueRequired)If  true, previously assigned values for the affected keys will be sent to this
 cache entry listener implementation. | 
| CacheSimpleEntryListenerConfig | CacheSimpleEntryListenerConfig. setSynchronous(boolean synchronous)If  true, this cache entry listener implementation will be called in a synchronous manner. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<CacheSimpleEntryListenerConfig> | CacheSimpleConfig. getCacheEntryListeners()Gets a list of  CacheSimpleEntryListenerConfigfrom thisICache. | 
| Modifier and Type | Method and Description | 
|---|---|
| CacheSimpleConfig | CacheSimpleConfig. addEntryListenerConfig(CacheSimpleEntryListenerConfig listenerConfig)Adds  CacheSimpleEntryListenerConfigto thisICache. | 
| Modifier and Type | Method and Description | 
|---|---|
| CacheSimpleConfig | CacheSimpleConfig. setCacheEntryListeners(List<CacheSimpleEntryListenerConfig> cacheEntryListeners)Sets a list of  CacheSimpleEntryListenerConfigfor thisICache. | 
| Constructor and Description | 
|---|
| CacheSimpleEntryListenerConfig(CacheSimpleEntryListenerConfig listenerConfig) | 
Copyright © 2023 Hazelcast, Inc.. All rights reserved.