| 
 | Berkeley DB version 4.2.52 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.sleepycat.db.DbHashStat
The DbHashStat object is used to return Hash database statistics.
| Field Summary | |
|  int | hash_bfreeThe number of bytes free on bucket pages. | 
|  int | hash_big_bfreeThe number of bytes free on big item pages. | 
|  int | hash_bigpagesThe number of big key/data pages. | 
|  int | hash_bucketsThe number of hash buckets. | 
|  int | hash_dupThe number of duplicate pages. | 
|  int | hash_dup_freeThe number of bytes free on duplicate pages. | 
|  int | hash_ffactorThe desired fill factor (number of items per bucket) specified at database-creation time. | 
|  int | hash_freeThe number of pages on the free list. | 
|  int | hash_magicMagic number that identifies the file as a Hash file. | 
|  int | hash_metaflags | 
|  int | hash_ndataThe number of key/data pairs in the database. | 
|  int | hash_nkeysThe number of unique keys in the database. | 
|  int | hash_overflowsThe number of overflow pages (overflow pages are pages that contain items that did not fit in the main bucket page). | 
|  int | hash_ovfl_freeThe number of bytes free on overflow pages. | 
|  int | hash_pagesizeThe underlying Hash database page (and bucket) size, in bytes. | 
|  int | hash_versionThe version of the Hash database. | 
| Constructor Summary | |
| DbHashStat() | |
| Method Summary | |
|  String | toString()Provide a string representation of all the fields contained within this class. | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
public int hash_magic
public int hash_version
public int hash_metaflags
public int hash_nkeys
public int hash_ndata
public int hash_pagesize
public int hash_ffactor
public int hash_buckets
public int hash_free
public int hash_bfree
public int hash_bigpages
public int hash_big_bfree
public int hash_overflows
public int hash_ovfl_free
public int hash_dup
public int hash_dup_free
| Constructor Detail | 
public DbHashStat()
| Method Detail | 
public String toString()
toString in class Object| 
 | Berkeley DB version 4.2.52 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||