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

构造方法摘要
BrokerStats(DefaultMessageStore defaultMessageStore)
           
 
方法摘要
 long getMsgGetTotalTodayMorning()
           
 long getMsgGetTotalTodayNow()
           
 long getMsgGetTotalYesterdayMorning()
           
 long getMsgPutTotalTodayMorning()
           
 long getMsgPutTotalTodayNow()
           
 long getMsgPutTotalYesterdayMorning()
           
 void record()
          每天00:00:00调用
 void setMsgGetTotalTodayMorning(long msgGetTotalTodayMorning)
           
 void setMsgGetTotalYesterdayMorning(long msgGetTotalYesterdayMorning)
           
 void setMsgPutTotalTodayMorning(long msgPutTotalTodayMorning)
           
 void setMsgPutTotalYesterdayMorning(long msgPutTotalYesterdayMorning)
           
 
从类 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.