|
Berkeley DB version 4.8.30 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sleepycat.db.CacheStats
public class CacheStats
Cache statistics for a database environment.
Method Summary | |
---|---|
long |
getAlloc()
TODO |
long |
getAllocBuckets()
TODO |
long |
getAllocMaxBuckets()
TODO |
long |
getAllocMaxPages()
TODO |
long |
getAllocPages()
TODO |
int |
getBytes()
TODO |
long |
getCacheHit()
TODO |
long |
getCacheMiss()
TODO |
int |
getGbytes()
TODO |
int |
getHashBuckets()
TODO |
long |
getHashExamined()
TODO |
int |
getHashLongest()
TODO |
long |
getHashMaxNowait()
TODO |
long |
getHashMaxWait()
TODO |
long |
getHashNowait()
TODO |
int |
getHashSearches()
TODO |
long |
getHashWait()
TODO |
long |
getIoWait()
TODO |
int |
getMap()
TODO |
int |
getMaxNumCache()
TODO |
int |
getMaxOpenfd()
TODO |
int |
getMaxWrite()
TODO |
int |
getMaxWriteSleep()
TODO |
int |
getMmapSize()
TODO |
long |
getMultiversionFreed()
TODO |
long |
getMultiversionFrozen()
TODO |
long |
getMultiversionThawed()
TODO |
int |
getNumCache()
TODO |
int |
getPageClean()
TODO |
long |
getPageCreate()
TODO |
int |
getPageDirty()
TODO |
long |
getPageIn()
TODO |
long |
getPageOut()
TODO |
int |
getPages()
TODO |
int |
getPageSize()
TODO |
long |
getPageTrickle()
TODO |
long |
getRegionNowait()
TODO |
long |
getRegionWait()
TODO |
int |
getRegSize()
TODO |
long |
getRoEvict()
TODO |
long |
getRwEvict()
TODO |
long |
getSyncInterrupted()
TODO |
String |
toString()
For convenience, the CacheStats class has a toString method that lists all the data fields. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public int getGbytes()
public int getBytes()
public int getNumCache()
public int getMaxNumCache()
public int getMmapSize()
public int getMaxOpenfd()
public int getMaxWrite()
public int getMaxWriteSleep()
public int getPages()
public int getMap()
public long getCacheHit()
public long getCacheMiss()
public long getPageCreate()
public long getPageIn()
public long getPageOut()
public long getRoEvict()
public long getRwEvict()
public long getPageTrickle()
public int getPageClean()
public int getPageDirty()
public int getHashBuckets()
public int getPageSize()
public int getHashSearches()
public int getHashLongest()
public long getHashExamined()
public long getHashNowait()
public long getHashWait()
public long getHashMaxNowait()
public long getHashMaxWait()
public long getRegionNowait()
public long getRegionWait()
public long getMultiversionFrozen()
public long getMultiversionThawed()
public long getMultiversionFreed()
public long getAlloc()
public long getAllocBuckets()
public long getAllocMaxBuckets()
public long getAllocPages()
public long getAllocMaxPages()
public long getIoWait()
public long getSyncInterrupted()
public int getRegSize()
public String toString()
toString
in class Object
|
Berkeley DB version 4.8.30 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |