com.sleepycat.db
Class CacheFileStats

java.lang.Object
  extended by com.sleepycat.db.CacheFileStats

public class CacheFileStats
extends java.lang.Object


Method Summary
 int getCacheHit()
           
 int getCacheMiss()
           
 java.lang.String getFileName()
           
 int getMap()
           
 int getPageCreate()
           
 int getPageIn()
           
 int getPageOut()
           
 int getPageSize()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getFileName

public java.lang.String getFileName()

getPageSize

public int getPageSize()

getMap

public int getMap()

getCacheHit

public int getCacheHit()

getCacheMiss

public int getCacheMiss()

getPageCreate

public int getPageCreate()

getPageIn

public int getPageIn()

getPageOut

public int getPageOut()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object