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