com.alibaba.rocketmq.client.stat
类 ConsumerStat

java.lang.Object
  继承者 com.alibaba.rocketmq.client.stat.ConsumerStat

public class ConsumerStat
extends Object

Consumer内部运行时统计信息

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

构造方法摘要
ConsumerStat()
           
 
方法摘要
 ConsumerStat createSnapshot()
           
 AtomicLong getConsumeMsgFailedTotal()
           
 AtomicLong getConsumeMsgOKTotal()
           
 AtomicLong getConsumeMsgRTMax()
           
 AtomicLong getConsumeMsgRTTotal()
           
 long getCreateTimestamp()
           
 AtomicLong getPullRTTotal()
           
 AtomicLong getPullTimesTotal()
           
 void setCreateTimestamp(long createTimestamp)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ConsumerStat

public ConsumerStat()
方法详细信息

createSnapshot

public ConsumerStat createSnapshot()

getConsumeMsgRTMax

public AtomicLong getConsumeMsgRTMax()

getConsumeMsgRTTotal

public AtomicLong getConsumeMsgRTTotal()

getConsumeMsgOKTotal

public AtomicLong getConsumeMsgOKTotal()

getConsumeMsgFailedTotal

public AtomicLong getConsumeMsgFailedTotal()

getCreateTimestamp

public long getCreateTimestamp()

setCreateTimestamp

public void setCreateTimestamp(long createTimestamp)

getPullTimesTotal

public AtomicLong getPullTimesTotal()

getPullRTTotal

public AtomicLong getPullRTTotal()


Copyright © 2012-2014. All Rights Reserved.