|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jpox.management.runtime.QueryRuntime
public class QueryRuntime
Query runtime statistics
| Constructor Summary | |
|---|---|
QueryRuntime()
|
|
| Method Summary | |
|---|---|
long |
getQueryActiveTotalCount()
The total number of queries that are executing |
long |
getQueryErrorTotalCount()
The total number of queries that failed executing |
long |
getQueryExecutionTimeAverage()
Simple Moving Average execution time of transactions |
long |
getQueryExecutionTimeHigh()
Highest execution time |
long |
getQueryExecutionTimeLow()
Lowest execution time |
long |
getQueryExecutionTotalCount()
The total number of queries executed |
long |
getQueryExecutionTotalTime()
execution total time |
void |
queryBegin()
|
void |
queryExecuted(long executionTime)
|
void |
queryExecutedWithError()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryRuntime()
| Method Detail |
|---|
public long getQueryActiveTotalCount()
getQueryActiveTotalCount in interface QueryRuntimeMBeanpublic long getQueryErrorTotalCount()
getQueryErrorTotalCount in interface QueryRuntimeMBeanpublic long getQueryExecutionTotalCount()
getQueryExecutionTotalCount in interface QueryRuntimeMBeanpublic long getQueryExecutionTimeLow()
getQueryExecutionTimeLow in interface QueryRuntimeMBeanpublic long getQueryExecutionTimeHigh()
getQueryExecutionTimeHigh in interface QueryRuntimeMBeanpublic long getQueryExecutionTotalTime()
getQueryExecutionTotalTime in interface QueryRuntimeMBeanpublic long getQueryExecutionTimeAverage()
getQueryExecutionTimeAverage in interface QueryRuntimeMBeanpublic void queryBegin()
public void queryExecutedWithError()
public void queryExecuted(long executionTime)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||