public interface QueryStatistics
Region
.Modifier and Type | Method and Description |
---|---|
long |
getNumExecutions()
Returns the total number of times the query has been executed.
|
long |
getTotalExecutionTime()
Returns the total amount of time (in nanoseconds) spent executing the query.
|
long getNumExecutions()
long getTotalExecutionTime()