| org.jpox.management.runtime.QueryRuntimeMBean
All known Subclasses: org.jpox.management.runtime.QueryRuntime,
QueryRuntimeMBean | public interface QueryRuntimeMBean (Code) | | Query runtime statistics
|
getQueryActiveTotalCount | long getQueryActiveTotalCount()(Code) | | The total number of queries that are executing
the total |
getQueryErrorTotalCount | long getQueryErrorTotalCount()(Code) | | The total number of queries that failed executing
the total |
getQueryExecutionTimeAverage | long getQueryExecutionTimeAverage()(Code) | | Simple Moving Average execution time of transactions
Average execution time of transactions in milleseconds |
getQueryExecutionTimeHigh | long getQueryExecutionTimeHigh()(Code) | | Highest execution time
Highest execution time in milleseconds |
getQueryExecutionTimeLow | long getQueryExecutionTimeLow()(Code) | | Lowest execution time
Lowest execution time in milleseconds |
getQueryExecutionTotalCount | long getQueryExecutionTotalCount()(Code) | | The total number of queries executed
the total |
getQueryExecutionTotalTime | long getQueryExecutionTotalTime()(Code) | | execution total time
execution total time in milleseconds |
|
|