org.hibernate.stat
Class SecondLevelCacheStatistics

java.lang.Object
  extended byorg.hibernate.stat.SecondLevelCacheStatistics
All Implemented Interfaces:
Serializable

public class SecondLevelCacheStatistics
extends Object
implements Serializable

Second level cache statistics of a specific region

Author:
Gavin King
See Also:
Serialized Form

Constructor Summary
SecondLevelCacheStatistics(Cache cache)
           
 
Method Summary
 long getElementCountInMemory()
           
 long getElementCountOnDisk()
           
 Map getEntries()
           
 long getHitCount()
           
 long getMissCount()
           
 long getPutCount()
           
 long getSizeInMemory()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecondLevelCacheStatistics

public SecondLevelCacheStatistics(Cache cache)
Method Detail

getHitCount

public long getHitCount()

getMissCount

public long getMissCount()

getPutCount

public long getPutCount()

getElementCountInMemory

public long getElementCountInMemory()

getElementCountOnDisk

public long getElementCountOnDisk()

getSizeInMemory

public long getSizeInMemory()

getEntries

public Map getEntries()

toString

public String toString()