com.sleepycat.db
Class CacheStats
java.lang.Object
com.sleepycat.db.CacheStats
public class CacheStats
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CacheStats
protected CacheStats()
getGbytes
public int getGbytes()
getBytes
public int getBytes()
getNumCache
public int getNumCache()
getRegSize
public int getRegSize()
getMmapSize
public int getMmapSize()
getMaxOpenfd
public int getMaxOpenfd()
getMaxWrite
public int getMaxWrite()
getMaxWriteSleep
public int getMaxWriteSleep()
getMap
public int getMap()
getCacheHit
public int getCacheHit()
getCacheMiss
public int getCacheMiss()
getPageCreate
public int getPageCreate()
getPageIn
public int getPageIn()
getPageOut
public int getPageOut()
getRoEvict
public int getRoEvict()
getRwEvict
public int getRwEvict()
getPageTrickle
public int getPageTrickle()
getPages
public int getPages()
getPageClean
public int getPageClean()
getPageDirty
public int getPageDirty()
getHashBuckets
public int getHashBuckets()
getHashSearches
public int getHashSearches()
getHashLongest
public int getHashLongest()
getHashExamined
public int getHashExamined()
getHashNowait
public int getHashNowait()
getHashWait
public int getHashWait()
getHashMaxWait
public int getHashMaxWait()
getRegionNowait
public int getRegionNowait()
getRegionWait
public int getRegionWait()
getAlloc
public int getAlloc()
getAllocBuckets
public int getAllocBuckets()
getAllocMaxBuckets
public int getAllocMaxBuckets()
getAllocPages
public int getAllocPages()
getAllocMaxPages
public int getAllocMaxPages()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object