com.sleepycat.db
public class CacheStats extends Object
| Method Summary | |
|---|---|
| int | getAlloc() |
| int | getAllocBuckets() |
| int | getAllocMaxBuckets() |
| int | getAllocMaxPages() |
| int | getAllocPages() |
| int | getBytes() |
| int | getCacheHit() |
| int | getCacheMiss() |
| int | getGbytes() |
| int | getHashBuckets() |
| int | getHashExamined() |
| int | getHashLongest() |
| int | getHashMaxNowait() |
| int | getHashMaxWait() |
| int | getHashNowait() |
| int | getHashSearches() |
| int | getHashWait() |
| int | getIoWait() |
| int | getMap() |
| int | getMaxOpenfd() |
| int | getMaxWrite() |
| int | getMaxWriteSleep() |
| int | getMmapSize() |
| int | getMultiversionFreed() |
| int | getMultiversionFrozen() |
| int | getMultiversionThawed() |
| int | getNumCache() |
| int | getPageClean() |
| int | getPageCreate() |
| int | getPageDirty() |
| int | getPageIn() |
| int | getPageOut() |
| int | getPages() |
| int | getPageTrickle() |
| int | getRegionNowait() |
| int | getRegionWait() |
| int | getRegSize() |
| int | getRoEvict() |
| int | getRwEvict() |
| String | toString() |