public interface QueryStatistics extends Serializable
| Modifier and Type | Method and Description | 
|---|---|
| long | getCacheHitCount()The number of cache hits for this query. | 
| long | getCacheMissCount()The number of cache misses for this query | 
| long | getCachePutCount()The number of cache puts for this query | 
| long | getExecutionAvgTime()What is the average amount time taken to execute this query? | 
| double | getExecutionAvgTimeAsDouble() | 
| long | getExecutionCount()How many times has this query been executed? | 
| long | getExecutionMaxTime()What is the max amount time taken to execute this query? | 
| long | getExecutionMinTime()What is the min amount time taken to execute this query? | 
| long | getExecutionRowCount()How many ResultSet rows have been processed for this query ? | 
| long | getExecutionTotalTime()How long, cumulatively, have all executions of this query taken? | 
long getExecutionCount()
long getExecutionRowCount()
long getExecutionAvgTime()
long getExecutionMaxTime()
long getExecutionMinTime()
long getExecutionTotalTime()
double getExecutionAvgTimeAsDouble()
long getCacheHitCount()
long getCacheMissCount()
long getCachePutCount()
Copyright © 2019 JBoss by Red Hat. All rights reserved.