public static final class QueryStatisticsData.QueryEntry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
count
The number of times the statement was executed.
|
long |
executionTimeCumulative
The total execution time.
|
long |
executionTimeMax
The maximum execution time, in milliseconds.
|
double |
executionTimeMean
The mean execution time.
|
long |
executionTimeMin
The minimum execution time, in milliseconds.
|
long |
lastUpdateTime
The last time the statistics for this entry were updated,
in milliseconds since 1970.
|
long |
rowCountCumulative
The total number of rows.
|
int |
rowCountMax
The maximum number of rows.
|
double |
rowCountMean
The mean number of rows.
|
int |
rowCountMin
The minimum number of rows.
|
java.lang.String |
sqlStatement
The SQL statement.
|
| Constructor and Description |
|---|
QueryStatisticsData.QueryEntry() |
| Modifier and Type | Method and Description |
|---|---|
double |
getExecutionTimeStandardDeviation() |
double |
getRowCountStandardDeviation() |
public java.lang.String sqlStatement
public int count
public long lastUpdateTime
public long executionTimeMin
public long executionTimeMax
public long executionTimeCumulative
public int rowCountMin
public int rowCountMax
public long rowCountCumulative
public double executionTimeMean
public double rowCountMean