Package | Description |
---|---|
com.hazelcast.client.config |
Contains classes related to config for com.hazelcast.client
|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
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 | Class and Description |
---|---|
class |
EntryListenerConfig
Configuration for EntryListener
|
class |
EntryListenerConfigReadOnly
Configuration for EntryListener(Read Only)
|
class |
ItemListenerConfig
Contains the configuration for an Item Listener.
|
class |
ItemListenerConfigReadOnly
Contains the configuration for an Item Listener(Read-only).
|
class |
ListenerConfigReadOnly
Contains the configuration for a Listener.
|
Modifier and Type | Method and Description |
---|---|
ListenerConfig |
ListenerConfig.getAsReadOnly() |
ListenerConfig |
ListenerConfigReadOnly.setClassName(String className) |
ListenerConfig |
ItemListenerConfigReadOnly.setClassName(String className) |
ListenerConfig |
ListenerConfig.setClassName(String className)
Sets the class name of the EventListener.
|
ListenerConfig |
EntryListenerConfigReadOnly.setClassName(String className) |
ListenerConfig |
ListenerConfigReadOnly.setImplementation(EventListener implementation) |
ListenerConfig |
ItemListenerConfigReadOnly.setImplementation(EventListener implementation) |
ListenerConfig |
ListenerConfig.setImplementation(EventListener implementation)
Sets the EventListener implementation.
|
ListenerConfig |
EntryListenerConfigReadOnly.setImplementation(EventListener implementation) |
Modifier and Type | Method and Description |
---|---|
List<ListenerConfig> |
Config.getListenerConfigs() |
List<ListenerConfig> |
ReplicatedMapConfig.getListenerConfigs() |
List<ListenerConfig> |
TopicConfig.getMessageListenerConfigs() |
List<ListenerConfig> |
TopicConfigReadOnly.getMessageListenerConfigs() |
Modifier and Type | Method and Description |
---|---|
Config |
Config.addListenerConfig(ListenerConfig listenerConfig) |
TopicConfig |
TopicConfig.addMessageListenerConfig(ListenerConfig listenerConfig) |
TopicConfig |
TopicConfigReadOnly.addMessageListenerConfig(ListenerConfig listenerConfig) |
Modifier and Type | Method and Description |
---|---|
Config |
Config.setListenerConfigs(List<ListenerConfig> listenerConfigs) |
ReplicatedMapConfig |
ReplicatedMapConfig.setListenerConfigs(List<ListenerConfig> listenerConfigs) |
TopicConfig |
TopicConfig.setMessageListenerConfigs(List<ListenerConfig> listenerConfigs) |
TopicConfig |
TopicConfigReadOnly.setMessageListenerConfigs(List<ListenerConfig> listenerConfigs) |
Constructor and Description |
---|
ListenerConfig(ListenerConfig config) |
ListenerConfigReadOnly(ListenerConfig config) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.