|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.db.DatabaseStats
com.sleepycat.db.HashStats
public class HashStats
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 |
getPageCount()
|
int |
getPageSize()
|
int |
getVersion()
|
java.lang.String |
toString()
|
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 int getBFree()
public int getBigPages()
public int getBigBFree()
public int getOverflows()
public int getOvflFree()
public int getDup()
public int getDupFree()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |