接口 NaturalIdCacheStatistics
-
- 所有超级接口:
Serializable
@Deprecated public interface NaturalIdCacheStatistics extends Serializable
已过时。(since 5.3) UseNaturalIdStatistics- unfortunately the old statistics contracts exposed these by region name, rather than the name of the entity defining the natural-id- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 默认方法 已过时的方法 修饰符和类型 方法 说明 longgetElementCountInMemory()已过时。longgetElementCountOnDisk()已过时。default MapgetEntries()已过时。longgetExecutionAvgTime()已过时。The average amount of time it takes (since last Statistics clearing) for the execution of this "natural id resolution" querylonggetExecutionCount()已过时。Number of times (since last Statistics clearing) the "natural id resolution" query has been executedlonggetExecutionMaxTime()已过时。The maximum amount of time it takes (since last Statistics clearing) for the execution of this "natural id resolution" querylonggetExecutionMinTime()已过时。The minimum amount of time it takes (since last Statistics clearing) for the execution of this "natural id resolution" querylonggetHitCount()已过时。longgetMissCount()已过时。longgetPutCount()已过时。longgetSizeInMemory()已过时。
-
-
-
方法详细资料
-
getExecutionCount
long getExecutionCount()
已过时。Number of times (since last Statistics clearing) the "natural id resolution" query has been executed
-
getExecutionAvgTime
long getExecutionAvgTime()
已过时。The average amount of time it takes (since last Statistics clearing) for the execution of this "natural id resolution" query
-
getExecutionMaxTime
long getExecutionMaxTime()
已过时。The maximum amount of time it takes (since last Statistics clearing) for the execution of this "natural id resolution" query
-
getExecutionMinTime
long getExecutionMinTime()
已过时。The minimum amount of time it takes (since last Statistics clearing) for the execution of this "natural id resolution" query
-
getHitCount
long getHitCount()
已过时。
-
getMissCount
long getMissCount()
已过时。
-
getPutCount
long getPutCount()
已过时。
-
getElementCountInMemory
long getElementCountInMemory()
已过时。
-
getElementCountOnDisk
long getElementCountOnDisk()
已过时。
-
getSizeInMemory
long getSizeInMemory()
已过时。
-
getEntries
default Map getEntries()
已过时。
-
-