| |
|
| java.lang.Object org.jpox.management.runtime.QueryRuntime
activeTotalCount | long activeTotalCount(Code) | | |
errorTotalCount | long errorTotalCount(Code) | | |
executionTimeHigh | long executionTimeHigh(Code) | | highest execution time *
|
executionTimeLow | long executionTimeLow(Code) | | lowest execution time *
|
executionTotalCount | long executionTotalCount(Code) | | |
executionTotalTime | long executionTotalTime(Code) | | execution total time *
|
getQueryActiveTotalCount | public long getQueryActiveTotalCount()(Code) | | The total number of queries that are executing
the total |
getQueryErrorTotalCount | public long getQueryErrorTotalCount()(Code) | | The total number of queries that failed executing
the total |
getQueryExecutionTimeAverage | public long getQueryExecutionTimeAverage()(Code) | | Simple Moving Average execution time of transactions
Average execution time of transactions in milleseconds |
getQueryExecutionTimeHigh | public long getQueryExecutionTimeHigh()(Code) | | Highest execution time
Highest execution time in milleseconds |
getQueryExecutionTimeLow | public long getQueryExecutionTimeLow()(Code) | | Lowest execution time
Lowest execution time in milleseconds |
getQueryExecutionTotalCount | public long getQueryExecutionTotalCount()(Code) | | The total number of queries executed
the total |
getQueryExecutionTotalTime | public long getQueryExecutionTotalTime()(Code) | | execution total time
execution total time in milleseconds |
queryBegin | public void queryBegin()(Code) | | |
queryExecuted | public void queryExecuted(long executionTime)(Code) | | |
queryExecutedWithError | public void queryExecutedWithError()(Code) | | |
|
|
|