Class ProfileStat
- java.lang.Object
-
- com.alibaba.druid.support.profile.ProfileStat
-
public class ProfileStat extends Object
-
-
Constructor Summary
Constructors Constructor Description ProfileStat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<ProfileEntryKey,ProfileEntryStat>getEntries()List<Map<String,Object>>getStatData()List<ProfileEntryStatValue>getStatValue(boolean reset)voidrecord(Map<ProfileEntryKey,ProfileEntryReqStat> requestStatsMap)
-
-
-
Method Detail
-
getEntries
public Map<ProfileEntryKey,ProfileEntryStat> getEntries()
-
record
public void record(Map<ProfileEntryKey,ProfileEntryReqStat> requestStatsMap)
-
getStatValue
public List<ProfileEntryStatValue> getStatValue(boolean reset)
-
-