Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Class and Description |
---|---|
class |
TopicConfigReadOnly
Configuration for topic(Read 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) |
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) |
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) |
TopicConfig |
TopicConfig.setName(String name)
Sets the name of the topic.
|
TopicConfig |
TopicConfigReadOnly.setName(String name) |
TopicConfig |
TopicConfig.setStatisticsEnabled(boolean statisticsEnabled)
Enables or disables statistics for this topic.
|
TopicConfig |
TopicConfigReadOnly.setStatisticsEnabled(boolean statisticsEnabled) |
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) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.