public class ProfileStat extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private Map<ProfileEntryKey,ProfileEntryStat> |
entries |
private ReadWriteLock |
lock |
| 构造器和说明 |
|---|
ProfileStat() |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<ProfileEntryKey,ProfileEntryStat> |
getEntries() |
private ProfileEntryStat |
getProfileEntry(ProfileEntryKey entryKey) |
List<Map<String,Object>> |
getStatData() |
List<ProfileEntryStatValue> |
getStatValue(boolean reset) |
void |
record(Map<ProfileEntryKey,ProfileEntryReqStat> requestStatsMap) |
private Map<ProfileEntryKey,ProfileEntryStat> entries
private ReadWriteLock lock
public Map<ProfileEntryKey,ProfileEntryStat> getEntries()
public void record(Map<ProfileEntryKey,ProfileEntryReqStat> requestStatsMap)
private ProfileEntryStat getProfileEntry(ProfileEntryKey entryKey)
public List<ProfileEntryStatValue> getStatValue(boolean reset)
Copyright © 2013–2019 Alibaba Group. All rights reserved.