|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.db.DatabaseStats
com.sleepycat.db.QueueStats
public class QueueStats
Constructor Summary | |
---|---|
protected |
QueueStats()
|
Method Summary | |
---|---|
int |
getCurRecno()
|
int |
getExtentSize()
|
int |
getFirstRecno()
|
int |
getMagic()
|
int |
getMetaFlags()
|
int |
getNumData()
|
int |
getNumKeys()
|
int |
getPages()
|
int |
getPagesFree()
|
int |
getPageSize()
|
int |
getReLen()
|
int |
getRePad()
|
int |
getVersion()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected QueueStats()
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 java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |