类 DeprecatedNaturalIdCacheStatisticsImpl
- java.lang.Object
-
- org.hibernate.stat.internal.DeprecatedNaturalIdCacheStatisticsImpl
-
- 所有已实现的接口:
Serializable,NaturalIdCacheStatistics
@Deprecated public class DeprecatedNaturalIdCacheStatisticsImpl extends Object implements NaturalIdCacheStatistics, Serializable
已过时。(since 5.3)NaturalIdStatisticsis preferred overNaturalIdCacheStatistics- 作者:
- Eric Dalquist
- 另请参阅:
- 序列化表格
-
-
方法概要
所有方法 实例方法 具体方法 已过时的方法 修饰符和类型 方法 说明 longgetElementCountInMemory()已过时。longgetElementCountOnDisk()已过时。longgetExecutionAvgTime()已过时。average time in ms taken by the execution of this query onto the DBlonggetExecutionCount()已过时。queries executed to the DBlonggetExecutionMaxTime()已过时。max time in ms taken by the execution of this query onto the DBlonggetExecutionMinTime()已过时。min time in ms taken by the execution of this query onto the DBlonggetHitCount()已过时。longgetMissCount()已过时。longgetPutCount()已过时。longgetSizeInMemory()已过时。StringtoString()已过时。-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
从接口继承的方法 org.hibernate.stat.NaturalIdCacheStatistics
getEntries
-
-
-
-
方法详细资料
-
getExecutionCount
public long getExecutionCount()
已过时。queries executed to the DB- 指定者:
getExecutionCount在接口中NaturalIdCacheStatistics
-
getExecutionAvgTime
public long getExecutionAvgTime()
已过时。average time in ms taken by the execution of this query onto the DB- 指定者:
getExecutionAvgTime在接口中NaturalIdCacheStatistics
-
getExecutionMaxTime
public long getExecutionMaxTime()
已过时。max time in ms taken by the execution of this query onto the DB- 指定者:
getExecutionMaxTime在接口中NaturalIdCacheStatistics
-
getExecutionMinTime
public long getExecutionMinTime()
已过时。min time in ms taken by the execution of this query onto the DB- 指定者:
getExecutionMinTime在接口中NaturalIdCacheStatistics
-
getHitCount
public long getHitCount()
已过时。- 指定者:
getHitCount在接口中NaturalIdCacheStatistics
-
getMissCount
public long getMissCount()
已过时。- 指定者:
getMissCount在接口中NaturalIdCacheStatistics
-
getPutCount
public long getPutCount()
已过时。- 指定者:
getPutCount在接口中NaturalIdCacheStatistics
-
getElementCountInMemory
public long getElementCountInMemory()
已过时。
-
getElementCountOnDisk
public long getElementCountOnDisk()
已过时。
-
getSizeInMemory
public long getSizeInMemory()
已过时。- 指定者:
getSizeInMemory在接口中NaturalIdCacheStatistics
-
-