com.alibaba.druid.support.profile
类 ProfileStat

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

public class ProfileStat
extends Object


构造方法摘要
ProfileStat()
           
 
方法摘要
 Map<ProfileEntryKey,ProfileEntryStat> getEntries()
           
 List<Map<String,Object>> getStatData()
           
 List<ProfileEntryStatValue> getStatValue(boolean reset)
           
 void record(Map<ProfileEntryKey,ProfileEntryReqStat> requestStatsMap)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ProfileStat

public ProfileStat()
方法详细信息

getEntries

public Map<ProfileEntryKey,ProfileEntryStat> getEntries()

record

public void record(Map<ProfileEntryKey,ProfileEntryReqStat> requestStatsMap)

getStatData

public List<Map<String,Object>> getStatData()

getStatValue

public List<ProfileEntryStatValue> getStatValue(boolean reset)


Copyright © 2013 Alibaba Group. All Rights Reserved.