Package org.hibernate.stat.internal
Class DeprecatedNaturalIdCacheStatisticsImpl
- java.lang.Object
-
- org.hibernate.stat.internal.DeprecatedNaturalIdCacheStatisticsImpl
-
- All Implemented Interfaces:
Serializable
,NaturalIdCacheStatistics
@Deprecated public class DeprecatedNaturalIdCacheStatisticsImpl extends Object implements NaturalIdCacheStatistics, Serializable
Deprecated.(since 5.3)NaturalIdStatistics
is preferred overNaturalIdCacheStatistics
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description long
getElementCountInMemory()
Deprecated.long
getElementCountOnDisk()
Deprecated.long
getExecutionAvgTime()
Deprecated.average time in ms taken by the execution of this query onto the DBlong
getExecutionCount()
Deprecated.queries executed to the DBlong
getExecutionMaxTime()
Deprecated.max time in ms taken by the execution of this query onto the DBlong
getExecutionMinTime()
Deprecated.min time in ms taken by the execution of this query onto the DBlong
getHitCount()
Deprecated.long
getMissCount()
Deprecated.long
getPutCount()
Deprecated.long
getSizeInMemory()
Deprecated.String
toString()
Deprecated.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.hibernate.stat.NaturalIdCacheStatistics
getEntries
-
-
-
-
Method Detail
-
getExecutionCount
public long getExecutionCount()
Deprecated.queries executed to the DB- Specified by:
getExecutionCount
in interfaceNaturalIdCacheStatistics
-
getExecutionAvgTime
public long getExecutionAvgTime()
Deprecated.average time in ms taken by the execution of this query onto the DB- Specified by:
getExecutionAvgTime
in interfaceNaturalIdCacheStatistics
-
getExecutionMaxTime
public long getExecutionMaxTime()
Deprecated.max time in ms taken by the execution of this query onto the DB- Specified by:
getExecutionMaxTime
in interfaceNaturalIdCacheStatistics
-
getExecutionMinTime
public long getExecutionMinTime()
Deprecated.min time in ms taken by the execution of this query onto the DB- Specified by:
getExecutionMinTime
in interfaceNaturalIdCacheStatistics
-
getHitCount
public long getHitCount()
Deprecated.- Specified by:
getHitCount
in interfaceNaturalIdCacheStatistics
-
getMissCount
public long getMissCount()
Deprecated.- Specified by:
getMissCount
in interfaceNaturalIdCacheStatistics
-
getPutCount
public long getPutCount()
Deprecated.- Specified by:
getPutCount
in interfaceNaturalIdCacheStatistics
-
getElementCountInMemory
public long getElementCountInMemory()
Deprecated.- Specified by:
getElementCountInMemory
in interfaceNaturalIdCacheStatistics
-
getElementCountOnDisk
public long getElementCountOnDisk()
Deprecated.- Specified by:
getElementCountOnDisk
in interfaceNaturalIdCacheStatistics
-
getSizeInMemory
public long getSizeInMemory()
Deprecated.- Specified by:
getSizeInMemory
in interfaceNaturalIdCacheStatistics
-
-