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
 

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



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