|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.stat.internal.CategorizedStatistics
org.hibernate.stat.internal.ConcurrentNaturalIdCacheStatisticsImpl
public class ConcurrentNaturalIdCacheStatisticsImpl
NaturalId cache statistics of a specific region
| Method Summary | |
|---|---|
long |
getElementCountInMemory()
|
long |
getElementCountOnDisk()
|
Map |
getEntries()
|
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 excution of this query onto the DB |
long |
getHitCount()
|
long |
getMissCount()
|
long |
getPutCount()
|
long |
getSizeInMemory()
|
String |
toString()
|
| Methods inherited from class org.hibernate.stat.internal.CategorizedStatistics |
|---|
getCategoryName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public long getHitCount()
getHitCount in interface NaturalIdCacheStatisticspublic long getMissCount()
getMissCount in interface NaturalIdCacheStatisticspublic long getPutCount()
getPutCount in interface NaturalIdCacheStatisticspublic long getExecutionCount()
getExecutionCount in interface NaturalIdCacheStatisticspublic long getExecutionAvgTime()
getExecutionAvgTime in interface NaturalIdCacheStatisticspublic long getExecutionMaxTime()
getExecutionMaxTime in interface NaturalIdCacheStatisticspublic long getExecutionMinTime()
getExecutionMinTime in interface NaturalIdCacheStatisticspublic long getElementCountInMemory()
getElementCountInMemory in interface NaturalIdCacheStatisticspublic long getElementCountOnDisk()
getElementCountOnDisk in interface NaturalIdCacheStatisticspublic long getSizeInMemory()
getSizeInMemory in interface NaturalIdCacheStatisticspublic Map getEntries()
getEntries in interface NaturalIdCacheStatisticspublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||