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 |
getGbytes
public int getGbytes()
getBytes
public int getBytes()
getNumCache
public int getNumCache()
getMaxNumCache
public int getMaxNumCache()
getMmapSize
public int getMmapSize()
getMaxOpenfd
public int getMaxOpenfd()
getMaxWrite
public int getMaxWrite()
getMaxWriteSleep
public int getMaxWriteSleep()
getPages
public int getPages()
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()
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()
getHashMaxNowait
public int getHashMaxNowait()
getHashMaxWait
public int getHashMaxWait()
getRegionNowait
public int getRegionNowait()
getRegionWait
public int getRegionWait()
getMultiversionFrozen
public int getMultiversionFrozen()
getMultiversionThawed
public int getMultiversionThawed()
getMultiversionFreed
public int getMultiversionFreed()
getAlloc
public int getAlloc()
getAllocBuckets
public int getAllocBuckets()
getAllocMaxBuckets
public int getAllocMaxBuckets()
getAllocPages
public int getAllocPages()
getAllocMaxPages
public int getAllocMaxPages()
getIoWait
public int getIoWait()
getRegSize
public int getRegSize()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object