public class AccessStatisticResult extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
int |
bizExceptionCount |
double |
bizTime |
double |
costTime |
com.codahale.metrics.Histogram |
histogram |
long[] |
intervalCounts |
int |
maxCount |
int |
minCount |
int |
otherExceptionCount |
int |
slowCount |
long |
slowThreshold |
int |
totalCount |
| 构造器和说明 |
|---|
AccessStatisticResult() |
public int totalCount
public int maxCount
public int minCount
public int slowCount
public int bizExceptionCount
public int otherExceptionCount
public com.codahale.metrics.Histogram histogram
public double costTime
public double bizTime
public long slowThreshold
public long[] intervalCounts
Copyright © 2017. All rights reserved.