org.hibernate.stat.internal
Class ConcurrentSecondLevelCacheStatisticsImpl
java.lang.Object
org.hibernate.stat.internal.CategorizedStatistics
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:
getHitCount in interface SecondLevelCacheStatistics
getMissCount
public long getMissCount()
- Specified by:
getMissCount in interface SecondLevelCacheStatistics
getPutCount
public long getPutCount()
- Specified by:
getPutCount in interface SecondLevelCacheStatistics
getElementCountInMemory
public long getElementCountInMemory()
- Specified by:
getElementCountInMemory in interface SecondLevelCacheStatistics
getElementCountOnDisk
public long getElementCountOnDisk()
- Specified by:
getElementCountOnDisk in interface SecondLevelCacheStatistics
getSizeInMemory
public long getSizeInMemory()
- Specified by:
getSizeInMemory in interface SecondLevelCacheStatistics
getEntries
public Map getEntries()
- Specified by:
getEntries in interface SecondLevelCacheStatistics
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.