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
| 从类 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.