Uses of Class
com.hazelcast.config.EntryListenerConfig

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

Uses of EntryListenerConfig in com.hazelcast.config
 

Subclasses of EntryListenerConfig in com.hazelcast.config
 class EntryListenerConfigReadOnly
           
 

Methods in com.hazelcast.config that return EntryListenerConfig
 EntryListenerConfig EntryListenerConfigReadOnly.setImplementation(EntryListener implementation)
           
 EntryListenerConfig EntryListenerConfig.setImplementation(EntryListener implementation)
           
 EntryListenerConfig EntryListenerConfigReadOnly.setIncludeValue(boolean includeValue)
           
 EntryListenerConfig EntryListenerConfig.setIncludeValue(boolean includeValue)
           
 EntryListenerConfig EntryListenerConfigReadOnly.setLocal(boolean local)
           
 EntryListenerConfig EntryListenerConfig.setLocal(boolean local)
           
 

Methods in com.hazelcast.config that return types with arguments of type EntryListenerConfig
 List<EntryListenerConfig> MultiMapConfigReadOnly.getEntryListenerConfigs()
           
 List<EntryListenerConfig> MultiMapConfig.getEntryListenerConfigs()
           
 List<EntryListenerConfig> MapConfigReadOnly.getEntryListenerConfigs()
           
 List<EntryListenerConfig> MapConfig.getEntryListenerConfigs()
           
 

Methods in com.hazelcast.config with parameters of type EntryListenerConfig
 MultiMapConfig MultiMapConfigReadOnly.addEntryListenerConfig(EntryListenerConfig listenerConfig)
           
 MultiMapConfig MultiMapConfig.addEntryListenerConfig(EntryListenerConfig listenerConfig)
           
 MapConfig MapConfigReadOnly.addEntryListenerConfig(EntryListenerConfig listenerConfig)
           
 MapConfig MapConfig.addEntryListenerConfig(EntryListenerConfig listenerConfig)
           
 

Method parameters in com.hazelcast.config with type arguments of type EntryListenerConfig
 MultiMapConfig MultiMapConfigReadOnly.setEntryListenerConfigs(List<EntryListenerConfig> listenerConfigs)
           
 MultiMapConfig MultiMapConfig.setEntryListenerConfigs(List<EntryListenerConfig> listenerConfigs)
           
 MapConfig MapConfigReadOnly.setEntryListenerConfigs(List<EntryListenerConfig> listenerConfigs)
           
 MapConfig MapConfig.setEntryListenerConfigs(List<EntryListenerConfig> listenerConfigs)
           
 

Constructors in com.hazelcast.config with parameters of type EntryListenerConfig
EntryListenerConfig(EntryListenerConfig config)
           
EntryListenerConfigReadOnly(EntryListenerConfig config)
           
 



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