public class HashStats extends DatabaseStats
Modifier and Type | Method and Description |
---|---|
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
|
java.lang.String |
toString()
For convenience, the HashStats 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 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 java.lang.String toString()
toString
in class java.lang.Object