|
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.BtreeStats
public class BtreeStats
The BtreeStats object is used to return Btree or Recno database statistics.
Method Summary | |
---|---|
int |
getDupPages()
TODO |
long |
getDupPagesFree()
TODO |
int |
getEmptyPages()
TODO |
int |
getFree()
TODO |
int |
getIntPages()
TODO |
long |
getIntPagesFree()
TODO |
int |
getLeafPages()
TODO |
long |
getLeafPagesFree()
TODO |
int |
getLevels()
TODO |
int |
getMagic()
TODO |
int |
getMetaFlags()
TODO |
int |
getMinKey()
TODO |
int |
getNumData()
TODO |
int |
getNumKeys()
TODO |
int |
getOverPages()
TODO |
long |
getOverPagesFree()
TODO |
int |
getPageCount()
TODO |
int |
getPageSize()
TODO |
int |
getReLen()
TODO |
int |
getRePad()
TODO |
int |
getVersion()
TODO |
String |
toString()
For convenience, the BtreeStats 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 getMinKey()
public int getReLen()
public int getRePad()
public int getLevels()
public int getIntPages()
public int getLeafPages()
public int getDupPages()
public int getOverPages()
public int getEmptyPages()
public int getFree()
public long getIntPagesFree()
public long getLeafPagesFree()
public long getDupPagesFree()
public long getOverPagesFree()
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 |