Uses of Class
com.alibaba.druid.support.profile.ProfileEntryKey
-
Packages that use ProfileEntryKey Package Description com.alibaba.druid.support.profile -
-
Uses of ProfileEntryKey in com.alibaba.druid.support.profile
Methods in com.alibaba.druid.support.profile that return ProfileEntryKey Modifier and Type Method Description ProfileEntryKeyProfileEntry. getKey()Methods in com.alibaba.druid.support.profile that return types with arguments of type ProfileEntryKey Modifier and Type Method Description Map<ProfileEntryKey,ProfileEntryStat>ProfileStat. getEntries()static Map<ProfileEntryKey,ProfileEntryReqStat>Profiler. getStatsMap()Method parameters in com.alibaba.druid.support.profile with type arguments of type ProfileEntryKey Modifier and Type Method Description voidProfileStat. record(Map<ProfileEntryKey,ProfileEntryReqStat> requestStatsMap)Constructors in com.alibaba.druid.support.profile with parameters of type ProfileEntryKey Constructor Description ProfileEntry(ProfileEntry parent, ProfileEntryKey key)
-