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, incrementCachePutCount
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCacheHitCount, getCacheMissCount, getCachePutCount, getCacheRegionName
public long getExecutionCount()
getExecutionCount
in interface NaturalIdStatistics
public long getExecutionAvgTime()
getExecutionAvgTime
in interface NaturalIdStatistics
public long getExecutionMaxTime()
getExecutionMaxTime
in interface NaturalIdStatistics
public long getExecutionMinTime()
getExecutionMinTime
in interface NaturalIdStatistics
Copyright © 2021 JBoss by Red Hat. All rights reserved.