com.sleepycat.db

Class CacheFileStats

public class CacheFileStats extends Object

Method Summary
intgetCacheHit()
intgetCacheMiss()
StringgetFileName()
intgetMap()
intgetPageCreate()
intgetPageIn()
intgetPageOut()
intgetPageSize()
StringtoString()

Method Detail

getCacheHit

public int getCacheHit()

getCacheMiss

public int getCacheMiss()

getFileName

public String getFileName()

getMap

public int getMap()

getPageCreate

public int getPageCreate()

getPageIn

public int getPageIn()

getPageOut

public int getPageOut()

getPageSize

public int getPageSize()

toString

public String toString()