com.alibaba.druid.support.profile
类 ProfileEntryReqStat

java.lang.Object
  继承者 com.alibaba.druid.support.profile.ProfileEntryReqStat

public class ProfileEntryReqStat
extends Object


构造方法摘要
ProfileEntryReqStat()
           
 
方法摘要
 void addExecuteTimeNanos(long nanos)
           
 long getExecuteCount()
           
 long getExecuteTimeNanos()
           
 void incrementExecuteCount()
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ProfileEntryReqStat

public ProfileEntryReqStat()
方法详细信息

getExecuteCount

public long getExecuteCount()

incrementExecuteCount

public void incrementExecuteCount()

getExecuteTimeNanos

public long getExecuteTimeNanos()

addExecuteTimeNanos

public void addExecuteTimeNanos(long nanos)


Copyright © 2013-2014 Alibaba Group. All Rights Reserved.