public class AccessStatisticResult extends Object
| Modifier and Type | Field and Description |
|---|---|
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 |
| Constructor and Description |
|---|
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 © 2020. All rights reserved.