com.alibaba.rocketmq.common.admin
类 ConsumeStats
java.lang.Object
com.alibaba.rocketmq.remoting.protocol.RemotingSerializable
com.alibaba.rocketmq.common.admin.ConsumeStats
public class ConsumeStats
- extends RemotingSerializable
Consumer消费进度
- 从以下版本开始:
- 2013-7-14
- 作者:
- shijia.wxr
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsumeStats
public ConsumeStats()
computeTotalDiff
public long computeTotalDiff()
getOffsetTable
public HashMap<MessageQueue,OffsetWrapper> getOffsetTable()
setOffsetTable
public void setOffsetTable(HashMap<MessageQueue,OffsetWrapper> offsetTable)
getConsumeTps
public long getConsumeTps()
setConsumeTps
public void setConsumeTps(long consumeTps)
Copyright © 2012-2015. All Rights Reserved.