|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.h2.engine.QueryStatisticsData.QueryEntry
public static final class QueryStatisticsData.QueryEntry
The collected statistics for one query.
Field Summary | |
---|---|
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 Summary | |
---|---|
QueryStatisticsData.QueryEntry()
|
Method Summary | |
---|---|
double |
getExecutionTimeStandardDeviation()
|
double |
getRowCountStandardDeviation()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public QueryStatisticsData.QueryEntry()
Method Detail |
---|
public double getExecutionTimeStandardDeviation()
public double getRowCountStandardDeviation()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |