|
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.DatabaseStats com.sleepycat.db.HashStats
public class HashStats
The HashStats object is used to return Hash database statistics.
Method Summary | |
---|---|
long |
getBFree()
TODO |
long |
getBigBFree()
TODO |
int |
getBigPages()
TODO |
int |
getBuckets()
TODO |
int |
getDup()
TODO |
long |
getDupFree()
TODO |
int |
getFfactor()
TODO |
int |
getFree()
TODO |
int |
getMagic()
TODO |
int |
getMetaFlags()
TODO |
int |
getNumData()
TODO |
int |
getNumKeys()
TODO |
int |
getOverflows()
TODO |
long |
getOvflFree()
TODO |
int |
getPageCount()
TODO |
int |
getPageSize()
TODO |
int |
getVersion()
TODO |
String |
toString()
For convenience, the HashStats 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 getMagic()
public int getVersion()
public int getMetaFlags()
public int getNumKeys()
public int getNumData()
public int getPageCount()
public int getPageSize()
public int getFfactor()
public int getBuckets()
public int getFree()
public long getBFree()
public int getBigPages()
public long getBigBFree()
public int getOverflows()
public long getOvflFree()
public int getDup()
public long getDupFree()
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 |