com.alibaba.druid.support.profile
Class ProfileStat

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

public class ProfileStat
extends Object


Constructor Summary
ProfileStat()
           
 
Method Summary
 Map<ProfileEntryKey,ProfileEntryStat> getEntries()
           
 List<Map<String,Object>> getStatData()
           
 void record(Map<ProfileEntryKey,ProfileEntryReqStat> requestStatsMap)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileStat

public ProfileStat()
Method Detail

getEntries

public Map<ProfileEntryKey,ProfileEntryStat> getEntries()

record

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

getStatData

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


Copyright © 2012 Alibaba Group. All Rights Reserved.