public interface NaturalIdStatistics extends CacheableDataStatistics, Serializable
Statistics pertaining to the execution of the "natural id resolution" query.
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()
Number of times (since last Statistics clearing) the "natural id resolution" query has been executed
long getExecutionAvgTime()
The average amount of time it takes (since last Statistics clearing) for the execution of this "natural id resolution" query
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
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.