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