org.hibernate.stat
Class SecondLevelCacheStatistics

java.lang.Object
  extended by org.hibernate.stat.CategorizedStatistics
      extended by org.hibernate.stat.SecondLevelCacheStatistics
All Implemented Interfaces:
Serializable

public class SecondLevelCacheStatistics
extends CategorizedStatistics

Second level cache statistics of a specific region

Author:
Gavin King
See Also:
Serialized Form

Method Summary
 long getElementCountInMemory()
           
 long getElementCountOnDisk()
           
 Map getEntries()
           
 long getHitCount()
           
 long getMissCount()
           
 long getPutCount()
           
 long getSizeInMemory()
           
 String toString()
           
 
Methods inherited from class org.hibernate.stat.CategorizedStatistics
getCategoryName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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()
Overrides:
toString in class Object


Copyright © null-null Red Hat Middleware, LLC. All Rights Reserved