public class ProxyStatBody extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
ConcurrentHashMap<Integer,AtomicInteger> |
intervalCount |
| 构造器和说明 |
|---|
ProxyStatBody(List<Integer> interval) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
Object |
clone() |
int |
getCount() |
int |
getExecCount() |
int |
getMaxRspTime() |
int |
getMinRspTime() |
int |
getTimeoutCount() |
long |
getTotalRspTime() |
void |
onCallFinished(long costTime,
int callStatus) |
void |
setTimeStatInterval(List<Integer> interval) |
public ConcurrentHashMap<Integer,AtomicInteger> intervalCount
public void onCallFinished(long costTime,
int callStatus)
public void clear()
public int getCount()
public int getExecCount()
public int getTimeoutCount()
public long getTotalRspTime()
public int getMaxRspTime()
public int getMinRspTime()
Copyright © 2020. All Rights Reserved.