Uses of Class
com.hazelcast.config.TopicConfig

Packages that use TopicConfig
com.hazelcast.config   
 

Uses of TopicConfig in com.hazelcast.config
 

Methods in com.hazelcast.config that return TopicConfig
 TopicConfig Config.findMatchingTopicConfig(String name)
           
 TopicConfig Config.getTopicConfig(String name)
           
 TopicConfig TopicConfig.setGlobalOrderingEnabled(boolean globalOrderingEnabled)
           
 TopicConfig TopicConfig.setName(String name)
           
 

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
 void 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)
           
 



Copyright .9.4-SNAPSHOT; 2008-2011 Hazel Ltd. All Rights Reserved.