|
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.QueueStats
public class QueueStats
The QueueStats object is used to return Queue database statistics.
Method Summary | |
---|---|
int |
getCurRecno()
TODO |
int |
getExtentSize()
TODO |
int |
getFirstRecno()
TODO |
int |
getMagic()
TODO |
int |
getMetaFlags()
TODO |
int |
getNumData()
TODO |
int |
getNumKeys()
TODO |
int |
getPages()
TODO |
int |
getPagesFree()
TODO |
int |
getPageSize()
TODO |
int |
getReLen()
TODO |
int |
getRePad()
TODO |
int |
getVersion()
TODO |
String |
toString()
For convenience, the QueueStats 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 getPageSize()
public int getExtentSize()
public int getPages()
public int getReLen()
public int getRePad()
public int getPagesFree()
public int getFirstRecno()
public int getCurRecno()
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 |