com.alibaba.rocketmq.store.stats
类 BrokerStats
java.lang.Object
com.alibaba.rocketmq.store.stats.BrokerStats
public class BrokerStats
- extends Object
Broker上的一些统计数据
- 从以下版本开始:
- 2013-10-23
- 作者:
- shijia.wxr
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BrokerStats
public BrokerStats(DefaultMessageStore defaultMessageStore)
record
public void record()
- 每天00:00:00调用
getMsgPutTotalYesterdayMorning
public long getMsgPutTotalYesterdayMorning()
setMsgPutTotalYesterdayMorning
public void setMsgPutTotalYesterdayMorning(long msgPutTotalYesterdayMorning)
getMsgPutTotalTodayMorning
public long getMsgPutTotalTodayMorning()
setMsgPutTotalTodayMorning
public void setMsgPutTotalTodayMorning(long msgPutTotalTodayMorning)
getMsgGetTotalYesterdayMorning
public long getMsgGetTotalYesterdayMorning()
setMsgGetTotalYesterdayMorning
public void setMsgGetTotalYesterdayMorning(long msgGetTotalYesterdayMorning)
getMsgGetTotalTodayMorning
public long getMsgGetTotalTodayMorning()
setMsgGetTotalTodayMorning
public void setMsgGetTotalTodayMorning(long msgGetTotalTodayMorning)
getMsgPutTotalTodayNow
public long getMsgPutTotalTodayNow()
getMsgGetTotalTodayNow
public long getMsgGetTotalTodayNow()
Copyright © 2012–2015. All rights reserved.