public class BtreeStats extends DatabaseStats
Modifier and Type | Method and Description |
---|---|
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
|
java.lang.String |
toString()
For convenience, the BtreeStats class has a toString method
that lists all the data fields.
|
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 java.lang.String toString()
toString
in class java.lang.Object