public class NaturalIdStatisticsImpl extends AbstractCacheableDataStatistics implements NaturalIdStatistics, Serializable
NOT_CACHED_COUNT| Modifier and Type | Method and Description | 
|---|---|
| long | getExecutionAvgTime()average time in ms taken by the excution of this query onto the DB | 
| long | getExecutionCount()queries executed to the DB | 
| long | getExecutionMaxTime()max time in ms taken by the excution of this query onto the DB | 
| long | getExecutionMinTime()min time in ms taken by the execution of this query onto the DB | 
| String | toString() | 
appendCacheStats, getCacheHitCount, getCacheMissCount, getCachePutCount, getCacheRegionName, incrementCacheHitCount, incrementCacheMissCount, incrementCachePutCountclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCacheHitCount, getCacheMissCount, getCachePutCount, getCacheRegionNamepublic long getExecutionCount()
getExecutionCount in interface NaturalIdStatisticspublic long getExecutionAvgTime()
getExecutionAvgTime in interface NaturalIdStatisticspublic long getExecutionMaxTime()
getExecutionMaxTime in interface NaturalIdStatisticspublic long getExecutionMinTime()
getExecutionMinTime in interface NaturalIdStatisticsCopyright © 2019 JBoss by Red Hat. All rights reserved.