com.sleepycat.db
Class BtreeStats
java.lang.Object
com.sleepycat.db.DatabaseStats
com.sleepycat.db.BtreeStats
public class BtreeStats
- extends DatabaseStats
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getMagic
public int getMagic()
getVersion
public int getVersion()
getMetaFlags
public int getMetaFlags()
getNumKeys
public int getNumKeys()
getNumData
public int getNumData()
getPageSize
public int getPageSize()
getMinKey
public int getMinKey()
getReLen
public int getReLen()
getRePad
public int getRePad()
getLevels
public int getLevels()
getIntPages
public int getIntPages()
getLeafPages
public int getLeafPages()
getDupPages
public int getDupPages()
getOverPages
public int getOverPages()
getEmptyPages
public int getEmptyPages()
getFree
public int getFree()
getIntPagesFree
public int getIntPagesFree()
getLeafPagesFree
public int getLeafPagesFree()
getDupPagesFree
public int getDupPagesFree()
getOverPagesFree
public int getOverPagesFree()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object