com.sleepycat.db
public class HashStats extends DatabaseStats
| Method Summary | |
|---|---|
| int | getBFree() |
| int | getBigBFree() |
| int | getBigPages() |
| int | getBuckets() |
| int | getDup() |
| int | getDupFree() |
| int | getFfactor() |
| int | getFree() |
| int | getMagic() |
| int | getMetaFlags() |
| int | getNumData() |
| int | getNumKeys() |
| int | getOverflows() |
| int | getOvflFree() |
| int | getPageSize() |
| int | getVersion() |
| String | toString() |