public interface NaturalIdStatistics extends CacheableDataStatistics, Serializable
NOT_CACHED_COUNT
Modifier and Type | Method and Description |
---|---|
long |
getExecutionAvgTime()
The average amount of time it takes (since last Statistics clearing) for
the execution of this "natural id resolution" query
|
long |
getExecutionCount()
Number of times (since last Statistics clearing) the "natural id
resolution" query has been executed
|
long |
getExecutionMaxTime()
The maximum amount of time it takes (since last Statistics clearing) for
the execution of this "natural id resolution" query
|
long |
getExecutionMinTime()
The minimum amount of time it takes (since last Statistics clearing) for
the execution of this "natural id resolution" query
|
getCacheHitCount, getCacheMissCount, getCachePutCount, getCacheRegionName
long getExecutionCount()
long getExecutionAvgTime()
long getExecutionMaxTime()
long getExecutionMinTime()
Copyright © 2019 JBoss by Red Hat. All rights reserved.