|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TopicConfig | |
---|---|
com.hazelcast.config | Provides classes for configuring HazelcastInstance. |
Uses of TopicConfig in com.hazelcast.config |
---|
Subclasses of TopicConfig in com.hazelcast.config | |
---|---|
class |
TopicConfigReadOnly
Configuration for topic(Read only) |
Methods in com.hazelcast.config that return TopicConfig | |
---|---|
TopicConfig |
TopicConfig.addMessageListenerConfig(ListenerConfig listenerConfig)
|
TopicConfig |
TopicConfigReadOnly.addMessageListenerConfig(ListenerConfig listenerConfig)
|
TopicConfig |
Config.findTopicConfig(String name)
|
TopicConfig |
Config.getTopicConfig(String name)
|
TopicConfig |
TopicConfig.setGlobalOrderingEnabled(boolean globalOrderingEnabled)
|
TopicConfig |
TopicConfigReadOnly.setGlobalOrderingEnabled(boolean globalOrderingEnabled)
|
TopicConfig |
TopicConfig.setMessageListenerConfigs(List<ListenerConfig> listenerConfigs)
|
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)
|
TopicConfig |
TopicConfigReadOnly.setStatisticsEnabled(boolean statisticsEnabled)
|
Methods in com.hazelcast.config that return types with arguments of type TopicConfig | |
---|---|
Map<String,TopicConfig> |
Config.getTopicConfigs()
|
Methods in com.hazelcast.config with parameters of type TopicConfig | |
---|---|
Config |
Config.addTopicConfig(TopicConfig topicConfig)
|
Method parameters in com.hazelcast.config with type arguments of type TopicConfig | |
---|---|
Config |
Config.setTopicConfigs(Map<String,TopicConfig> mapTopicConfigs)
|
Constructors in com.hazelcast.config with parameters of type TopicConfig | |
---|---|
TopicConfig(TopicConfig config)
Creates a TopicConfig by cloning another TopicConfig. |
|
TopicConfigReadOnly(TopicConfig config)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |