Uses of Class
com.hazelcast.config.CacheSimpleEntryListenerConfig

Packages that use CacheSimpleEntryListenerConfig
com.hazelcast.config Provides classes for configuring HazelcastInstance. 
 

Uses of CacheSimpleEntryListenerConfig in com.hazelcast.config
 

Subclasses of CacheSimpleEntryListenerConfig in com.hazelcast.config
 class CacheSimpleEntryListenerConfigReadOnly
          Readonly version of CacheSimpleEntryListenerConfig
 

Methods in com.hazelcast.config that return types with arguments of type CacheSimpleEntryListenerConfig
 List<CacheSimpleEntryListenerConfig> CacheSimpleConfigReadOnly.getCacheEntryListeners()
           
 List<CacheSimpleEntryListenerConfig> CacheSimpleConfig.getCacheEntryListeners()
           
 

Methods in com.hazelcast.config with parameters of type CacheSimpleEntryListenerConfig
 CacheSimpleConfig CacheSimpleConfigReadOnly.addEntryListenerConfig(CacheSimpleEntryListenerConfig listenerConfig)
           
 CacheSimpleConfig CacheSimpleConfig.addEntryListenerConfig(CacheSimpleEntryListenerConfig listenerConfig)
           
 

Method parameters in com.hazelcast.config with type arguments of type CacheSimpleEntryListenerConfig
 CacheSimpleConfig CacheSimpleConfigReadOnly.setCacheEntryListeners(List<CacheSimpleEntryListenerConfig> cacheEntryListeners)
           
 CacheSimpleConfig CacheSimpleConfig.setCacheEntryListeners(List<CacheSimpleEntryListenerConfig> cacheEntryListeners)
           
 

Constructors in com.hazelcast.config with parameters of type CacheSimpleEntryListenerConfig
CacheSimpleEntryListenerConfig(CacheSimpleEntryListenerConfig listenerConfig)
           
CacheSimpleEntryListenerConfigReadOnly(CacheSimpleEntryListenerConfig listenerConfig)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.