com.alibaba.rocketmq.common.admin
类 TopicStatsTable

java.lang.Object
  继承者 com.alibaba.rocketmq.remoting.protocol.RemotingSerializable
      继承者 com.alibaba.rocketmq.common.admin.TopicStatsTable

public class TopicStatsTable
extends RemotingSerializable

Topic所有队列的Offset

从以下版本开始:
2013-7-14
作者:
shijia.wxr

构造方法摘要
TopicStatsTable()
           
 
方法摘要
 HashMap<MessageQueue,TopicOffset> getOffsetTable()
           
 void setOffsetTable(HashMap<MessageQueue,TopicOffset> offsetTable)
           
 
从类 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
 

构造方法详细信息

TopicStatsTable

public TopicStatsTable()
方法详细信息

getOffsetTable

public HashMap<MessageQueue,TopicOffset> getOffsetTable()

setOffsetTable

public void setOffsetTable(HashMap<MessageQueue,TopicOffset> offsetTable)


Copyright © 2012-2015. All Rights Reserved.