com.alibaba.druid.support.profile
Class ProfileEntryReqStat

java.lang.Object
  extended by com.alibaba.druid.support.profile.ProfileEntryReqStat

public class ProfileEntryReqStat
extends Object


Constructor Summary
ProfileEntryReqStat()
           
 
Method Summary
 void addExecuteTimeNanos(long nanos)
           
 long getExecuteCount()
           
 long getExecuteTimeNanos()
           
 void incrementExecuteCount()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileEntryReqStat

public ProfileEntryReqStat()
Method Detail

getExecuteCount

public long getExecuteCount()

incrementExecuteCount

public void incrementExecuteCount()

getExecuteTimeNanos

public long getExecuteTimeNanos()

addExecuteTimeNanos

public void addExecuteTimeNanos(long nanos)


Copyright © 2012 Alibaba Group. All Rights Reserved.