com.alibaba.rocketmq.common.protocol.body
类 TopicConfigSerializeWrapper

java.lang.Object
  继承者 com.alibaba.rocketmq.remoting.protocol.RemotingSerializable
      继承者 com.alibaba.rocketmq.common.protocol.body.TopicConfigSerializeWrapper

public class TopicConfigSerializeWrapper
extends RemotingSerializable


构造方法摘要
TopicConfigSerializeWrapper()
           
 
方法摘要
 DataVersion getDataVersion()
           
 ConcurrentHashMap<String,TopicConfig> getTopicConfigTable()
           
 void setDataVersion(DataVersion dataVersion)
           
 void setTopicConfigTable(ConcurrentHashMap<String,TopicConfig> topicConfigTable)
           
 
从类 com.alibaba.rocketmq.remoting.protocol.RemotingSerializable 继承的方法
decode, encode, encode, fromJson, toJson, toJson, toJson
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

TopicConfigSerializeWrapper

public TopicConfigSerializeWrapper()
方法详细信息

getTopicConfigTable

public ConcurrentHashMap<String,TopicConfig> getTopicConfigTable()

setTopicConfigTable

public void setTopicConfigTable(ConcurrentHashMap<String,TopicConfig> topicConfigTable)

getDataVersion

public DataVersion getDataVersion()

setDataVersion

public void setDataVersion(DataVersion dataVersion)


Copyright © 2012-2015. All Rights Reserved.