Uses of Class
com.hazelcast.config.TopicConfig

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
           
 

Methods in com.hazelcast.config that return TopicConfig
 TopicConfig TopicConfigReadOnly.addMessageListenerConfig(ListenerConfig listenerConfig)
           
 TopicConfig TopicConfig.addMessageListenerConfig(ListenerConfig listenerConfig)
           
 TopicConfig Config.findTopicConfig(String name)
           
 TopicConfig Config.getTopicConfig(String name)
           
 TopicConfig TopicConfigReadOnly.setGlobalOrderingEnabled(boolean globalOrderingEnabled)
           
 TopicConfig TopicConfig.setGlobalOrderingEnabled(boolean globalOrderingEnabled)
           
 TopicConfig TopicConfigReadOnly.setMessageListenerConfigs(List<ListenerConfig> listenerConfigs)
           
 TopicConfig TopicConfig.setMessageListenerConfigs(List<ListenerConfig> listenerConfigs)
           
 TopicConfig TopicConfigReadOnly.setName(String name)
           
 TopicConfig TopicConfig.setName(String name)
          Sets the name of the topic.
 TopicConfig TopicConfigReadOnly.setStatisticsEnabled(boolean statisticsEnabled)
           
 TopicConfig TopicConfig.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)
           
 



Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.