| 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  
CacheSimpleEntryListenerConfig from this ICache. | 
| Modifier and Type | Method and Description | 
|---|---|
CacheSimpleConfig | 
CacheSimpleConfig.addEntryListenerConfig(CacheSimpleEntryListenerConfig listenerConfig)
Adds  
CacheSimpleEntryListenerConfig to this ICache. | 
| Modifier and Type | Method and Description | 
|---|---|
CacheSimpleConfig | 
CacheSimpleConfig.setCacheEntryListeners(List<CacheSimpleEntryListenerConfig> cacheEntryListeners)
Sets a list of  
CacheSimpleEntryListenerConfig for this ICache. | 
| Constructor and Description | 
|---|
CacheSimpleEntryListenerConfig(CacheSimpleEntryListenerConfig listenerConfig)  | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.