Package | Description |
---|---|
com.hazelcast.client.impl |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.internal.dynamicconfig |
Classes related to Dynamic Configuration.
|
Modifier and Type | Method and Description |
---|---|
TopicConfig |
ClientDynamicClusterConfig.findTopicConfig(String name) |
TopicConfig |
ClientDynamicClusterConfig.getTopicConfig(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,TopicConfig> |
ClientDynamicClusterConfig.getTopicConfigs() |
Modifier and Type | Method and Description |
---|---|
Config |
ClientDynamicClusterConfig.addTopicConfig(TopicConfig topicConfig) |
Modifier and Type | Method and Description |
---|---|
Config |
ClientDynamicClusterConfig.setTopicConfigs(Map<String,TopicConfig> mapTopicConfigs) |
Modifier and Type | Class and Description |
---|---|
class |
TopicConfigReadOnly
Deprecated.
this class will be removed in 4.0; it is meant for internal usage only.
|
Modifier and Type | Method and Description |
---|---|
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.
|
TopicConfig |
Config.findTopicConfig(String name) |
TopicConfig |
Config.getTopicConfig(String name) |
TopicConfig |
TopicConfig.setGlobalOrderingEnabled(boolean globalOrderingEnabled)
Enable global ordering (all nodes listening to the same topic
get their messages in the same order), or disable it (nodes get
the messages in the order that the messages are published).
|
TopicConfig |
TopicConfigReadOnly.setGlobalOrderingEnabled(boolean globalOrderingEnabled)
Deprecated.
|
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.
|
TopicConfig |
TopicConfig.setMultiThreadingEnabled(boolean multiThreadingEnabled)
Enable multi-threaded message handling.
|
TopicConfig |
TopicConfigReadOnly.setMultiThreadingEnabled(boolean multiThreadingEnabled)
Deprecated.
|
TopicConfig |
TopicConfig.setName(String name)
Sets the name of the topic.
|
TopicConfig |
TopicConfigReadOnly.setName(String name)
Deprecated.
|
TopicConfig |
TopicConfig.setStatisticsEnabled(boolean statisticsEnabled)
Enables or disables statistics for this topic.
|
TopicConfig |
TopicConfigReadOnly.setStatisticsEnabled(boolean statisticsEnabled)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Map<String,TopicConfig> |
Config.getTopicConfigs() |
Modifier and Type | Method and Description |
---|---|
Config |
Config.addTopicConfig(TopicConfig topicConfig) |
Modifier and Type | Method and Description |
---|---|
Config |
Config.setTopicConfigs(Map<String,TopicConfig> mapTopicConfigs) |
Constructor and Description |
---|
TopicConfig(TopicConfig config)
Creates a
TopicConfig by cloning another TopicConfig. |
TopicConfigReadOnly(TopicConfig config)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TopicConfig |
DynamicConfigurationAwareConfig.findTopicConfig(String name) |
TopicConfig |
ClusterWideConfigurationService.findTopicConfig(String name) |
TopicConfig |
ConfigurationService.findTopicConfig(String name)
Find existing Topic Config
|
TopicConfig |
DynamicConfigurationAwareConfig.getTopicConfig(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,TopicConfig> |
DynamicConfigurationAwareConfig.getTopicConfigs() |
ConcurrentMap<String,TopicConfig> |
ClusterWideConfigurationService.getTopicConfigs() |
Map<String,TopicConfig> |
ConfigurationService.getTopicConfigs()
Return all registered topic configurations.
|
Modifier and Type | Method and Description |
---|---|
Config |
DynamicConfigurationAwareConfig.addTopicConfig(TopicConfig topicConfig) |
Modifier and Type | Method and Description |
---|---|
Config |
DynamicConfigurationAwareConfig.setTopicConfigs(Map<String,TopicConfig> mapTopicConfigs) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.