public class RequestAnalysis extends Object
Constructor and Description |
---|
RequestAnalysis(String path) |
Modifier and Type | Method and Description |
---|---|
void |
addRequestTime(int time)
增加请求时间
|
int |
getAvgTime() |
long |
getCount() |
int |
getMaxTime() |
int |
getMinTime() |
String |
getPath() |
void |
setPath(String path) |
public RequestAnalysis(String path)
public String getPath()
public void setPath(String path)
public long getCount()
public int getAvgTime()
public int getMaxTime()
public int getMinTime()
public void addRequestTime(int time)
time
- 增加的时间参数Copyright © 2020 Voovan. All rights reserved.