com.alibaba.rocketmq.common.stats
类 MomentStatsItem

java.lang.Object
  继承者 com.alibaba.rocketmq.common.stats.MomentStatsItem

public class MomentStatsItem
extends Object


构造方法摘要
MomentStatsItem(String statsName, String statsKey, ScheduledExecutorService scheduledExecutorService, org.slf4j.Logger log)
           
 
方法摘要
 String getStatsKey()
           
 String getStatsName()
           
 AtomicLong getValue()
           
 void init()
           
 void printAtMinutes()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

MomentStatsItem

public MomentStatsItem(String statsName,
                       String statsKey,
                       ScheduledExecutorService scheduledExecutorService,
                       org.slf4j.Logger log)
方法详细信息

init

public void init()

printAtMinutes

public void printAtMinutes()

getValue

public AtomicLong getValue()

getStatsKey

public String getStatsKey()

getStatsName

public String getStatsName()


Copyright © 2012-2015. All Rights Reserved.