| Package | Description | 
|---|---|
| com.hazelcast.client.config | 
 Contains classes related to config for com.hazelcast.client 
 | 
| com.hazelcast.client.impl | 
 Contains most of the client side HazelcastInstance implementation functionality. 
 | 
| com.hazelcast.client.impl.protocol.task.dynamicconfig | |
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| com.hazelcast.internal.dynamicconfig | 
 Classes related to Dynamic Configuration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<ListenerConfig> | 
ClientConfig.getListenerConfigs()
Gets list of all configured  
ListenerConfig's | 
| Modifier and Type | Method and Description | 
|---|---|
ClientConfig | 
ClientConfig.addListenerConfig(ListenerConfig listenerConfig)
Helper method to add a new ListenerConfig 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ClientConfig | 
ClientConfig.setListenerConfigs(List<ListenerConfig> listenerConfigs)
Sets all  
ListenerConfig's | 
| Modifier and Type | Method and Description | 
|---|---|
List<ListenerConfig> | 
ClientDynamicClusterConfig.getListenerConfigs()  | 
| Modifier and Type | Method and Description | 
|---|---|
Config | 
ClientDynamicClusterConfig.addListenerConfig(ListenerConfig listenerConfig)  | 
| Modifier and Type | Method and Description | 
|---|---|
Config | 
ClientDynamicClusterConfig.setListenerConfigs(List<ListenerConfig> listenerConfigs)  | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends ListenerConfig> | 
ListenerConfigHolder.asListenerConfig(SerializationService serializationService)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected List<? extends ListenerConfig> | 
AbstractAddConfigMessageTask.adaptListenerConfigs(List<ListenerConfigHolder> listenerConfigHolders)  | 
| Modifier and Type | Method and Description | 
|---|---|
static ListenerConfigHolder | 
ListenerConfigHolder.of(ListenerConfig config,
  SerializationService serializationService)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CachePartitionLostListenerConfig
Configuration for CachePartitionLostListener 
 | 
class  | 
CachePartitionLostListenerConfigReadOnly
Deprecated. 
 
this class will be removed in 4.0; it is meant for internal usage only. 
 | 
class  | 
EntryListenerConfig
Configuration for EntryListener 
 | 
class  | 
EntryListenerConfigReadOnly
Deprecated. 
 
this class will be removed in 4.0; it is meant for internal usage only. 
 | 
class  | 
ItemListenerConfig
Contains the configuration for an Item Listener. 
 | 
class  | 
ItemListenerConfigReadOnly
Deprecated. 
 
this class will be removed in 4.0; it is meant for internal usage only. 
 | 
class  | 
ListenerConfigReadOnly
Deprecated. 
 
this class will be removed in 4.0; it is meant for internal usage only. 
 | 
class  | 
MapPartitionLostListenerConfig
Configuration for MapPartitionLostListener 
 | 
class  | 
MapPartitionLostListenerConfigReadOnly
Deprecated. 
 
this class will be removed in 4.0; it is meant for internal usage only. 
 | 
class  | 
QuorumListenerConfig
Confiquration class for  
QuorumListener | 
| Modifier and Type | Method and Description | 
|---|---|
ListenerConfig | 
ListenerConfig.getAsReadOnly()
Deprecated. 
 
this method will be removed in 4.0; it is meant for internal usage only 
 | 
ListenerConfig | 
CachePartitionLostListenerConfigReadOnly.setClassName(String className)
Deprecated.  
  | 
ListenerConfig | 
ListenerConfigReadOnly.setClassName(String className)
Deprecated.  
  | 
ListenerConfig | 
MapPartitionLostListenerConfigReadOnly.setClassName(String className)
Deprecated.  
  | 
ListenerConfig | 
ItemListenerConfigReadOnly.setClassName(String className)
Deprecated.  
  | 
ListenerConfig | 
ListenerConfig.setClassName(String className)
Sets the class name of the EventListener. 
 | 
ListenerConfig | 
EntryListenerConfigReadOnly.setClassName(String className)
Deprecated.  
  | 
ListenerConfig | 
CachePartitionLostListenerConfigReadOnly.setImplementation(EventListener implementation)
Deprecated.  
  | 
ListenerConfig | 
ListenerConfigReadOnly.setImplementation(EventListener implementation)
Deprecated.  
  | 
ListenerConfig | 
MapPartitionLostListenerConfigReadOnly.setImplementation(EventListener implementation)
Deprecated.  
  | 
ListenerConfig | 
ItemListenerConfigReadOnly.setImplementation(EventListener implementation)
Deprecated.  
  | 
ListenerConfig | 
ListenerConfig.setImplementation(EventListener implementation)
Sets the EventListener implementation. 
 | 
ListenerConfig | 
EntryListenerConfigReadOnly.setImplementation(EventListener implementation)
Deprecated.  
  | 
ListenerConfig | 
EntryListenerConfig.setImplementation(EventListener implementation)  | 
ListenerConfig | 
QuorumListenerConfig.setImplementation(QuorumListener implementation)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<ListenerConfig> | 
Config.getListenerConfigs()  | 
List<ListenerConfig> | 
ReplicatedMapConfig.getListenerConfigs()  | 
List<ListenerConfig> | 
TopicConfig.getMessageListenerConfigs()
Gets the list of message listeners (listens for when messages are added or removed) for this topic. 
 | 
List<ListenerConfig> | 
TopicConfigReadOnly.getMessageListenerConfigs()
Deprecated.  
  | 
List<ListenerConfig> | 
ReliableTopicConfig.getMessageListenerConfigs()
Gets the list of message listeners (listens for when messages are added or removed) for this reliable topic. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Config | 
Config.addListenerConfig(ListenerConfig listenerConfig)  | 
TopicConfig | 
TopicConfig.addMessageListenerConfig(ListenerConfig listenerConfig)
Adds a message listener to this topic (listens for when messages are added or removed). 
 | 
TopicConfig | 
TopicConfigReadOnly.addMessageListenerConfig(ListenerConfig listenerConfig)
Deprecated.  
  | 
ReliableTopicConfig | 
ReliableTopicConfig.addMessageListenerConfig(ListenerConfig listenerConfig)
Adds a message listener (listens for when messages are added or removed) to this reliable topic. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Config | 
Config.setListenerConfigs(List<ListenerConfig> listenerConfigs)  | 
ReplicatedMapConfig | 
ReplicatedMapConfig.setListenerConfigs(List<ListenerConfig> listenerConfigs)  | 
TopicConfig | 
TopicConfig.setMessageListenerConfigs(List<ListenerConfig> listenerConfigs)
Sets the list of message listeners (listens for when messages are added or removed) for this topic. 
 | 
TopicConfig | 
TopicConfigReadOnly.setMessageListenerConfigs(List<ListenerConfig> listenerConfigs)
Deprecated.  
  | 
ReliableTopicConfig | 
ReliableTopicConfig.setMessageListenerConfigs(List<ListenerConfig> listenerConfigs)
Sets the list of message listeners (listens for when messages are added or removed) for this topic. 
 | 
| Constructor and Description | 
|---|
ListenerConfig(ListenerConfig config)  | 
ListenerConfigReadOnly(ListenerConfig config)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
List<ListenerConfig> | 
DynamicConfigurationAwareConfig.getListenerConfigs()  | 
| Modifier and Type | Method and Description | 
|---|---|
Config | 
DynamicConfigurationAwareConfig.addListenerConfig(ListenerConfig listenerConfig)  | 
| Modifier and Type | Method and Description | 
|---|---|
Config | 
DynamicConfigurationAwareConfig.setListenerConfigs(List<ListenerConfig> listenerConfigs)  | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.