org.hibernate.stat.internal
Class ConcurrentSecondLevelCacheStatisticsImpl
java.lang.Object
   org.hibernate.stat.internal.CategorizedStatistics
org.hibernate.stat.internal.CategorizedStatistics
       org.hibernate.stat.internal.ConcurrentSecondLevelCacheStatisticsImpl
org.hibernate.stat.internal.ConcurrentSecondLevelCacheStatisticsImpl
- All Implemented Interfaces: 
- Serializable, SecondLevelCacheStatistics
- public class ConcurrentSecondLevelCacheStatisticsImpl 
- extends CategorizedStatistics- implements SecondLevelCacheStatistics
Second level cache statistics of a specific region
- See Also:
- Serialized Form
 
 
 
getHitCount
public long getHitCount()
- 
- Specified by:
- getHitCountin interface- SecondLevelCacheStatistics
 
- 
 
getMissCount
public long getMissCount()
- 
- Specified by:
- getMissCountin interface- SecondLevelCacheStatistics
 
- 
 
getPutCount
public long getPutCount()
- 
- Specified by:
- getPutCountin interface- SecondLevelCacheStatistics
 
- 
 
getElementCountInMemory
public long getElementCountInMemory()
- 
- Specified by:
- getElementCountInMemoryin interface- SecondLevelCacheStatistics
 
- 
 
getElementCountOnDisk
public long getElementCountOnDisk()
- 
- Specified by:
- getElementCountOnDiskin interface- SecondLevelCacheStatistics
 
- 
 
getSizeInMemory
public long getSizeInMemory()
- 
- Specified by:
- getSizeInMemoryin interface- SecondLevelCacheStatistics
 
- 
 
getEntries
public Map getEntries()
- 
- Specified by:
- getEntriesin interface- SecondLevelCacheStatistics
 
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.