public class ConsumerStat extends Object
| 构造器和说明 |
|---|
ConsumerStat() |
| 限定符和类型 | 方法和说明 |
|---|---|
ConsumerStat |
createSnapshot() |
AtomicLong |
getConsumeMsgFailedTotal() |
AtomicLong |
getConsumeMsgOKTotal() |
AtomicLong |
getConsumeMsgRTMax() |
AtomicLong |
getConsumeMsgRTTotal() |
long |
getCreateTimestamp() |
AtomicLong |
getPullRTTotal() |
AtomicLong |
getPullTimesTotal() |
void |
setCreateTimestamp(long createTimestamp) |
public ConsumerStat createSnapshot()
public AtomicLong getConsumeMsgRTMax()
public AtomicLong getConsumeMsgRTTotal()
public AtomicLong getConsumeMsgOKTotal()
public AtomicLong getConsumeMsgFailedTotal()
public long getCreateTimestamp()
public void setCreateTimestamp(long createTimestamp)
public AtomicLong getPullTimesTotal()
public AtomicLong getPullRTTotal()
Copyright © 2012–2013. All rights reserved.