public static final class QueryStatisticsData.QueryEntry extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
int |
count
The number of times the statement was executed.
|
long |
executionTimeCumulativeNanos
The total execution time.
|
long |
executionTimeMaxNanos
The maximum execution time, in nanoseconds.
|
double |
executionTimeMeanNanos
The mean execution time.
|
long |
executionTimeMinNanos
The minimum execution time, in nanoseconds.
|
long |
lastUpdateTime
The last time the statistics for this entry were updated,
in milliseconds since 1970.
|
long |
rowCountCumulative
The total number of rows.
|
long |
rowCountMax
The maximum number of rows.
|
double |
rowCountMean
The mean number of rows.
|
long |
rowCountMin
The minimum number of rows.
|
String |
sqlStatement
The SQL statement.
|
| 构造器和说明 |
|---|
QueryEntry(String sql) |
public final String sqlStatement
public int count
public long lastUpdateTime
public long executionTimeMinNanos
public long executionTimeMaxNanos
public long executionTimeCumulativeNanos
public long rowCountMin
public long rowCountMax
public long rowCountCumulative
public double executionTimeMeanNanos
public double rowCountMean
public QueryEntry(String sql)
Copyright © 2022. All rights reserved.