|
Berkeley DB version 4.2.52 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sleepycat.db.DbQueueStat
The DbQueueStat object is used to return Queue database statistics.
Field Summary | |
int |
qs_cur_recno
Next available record number. |
int |
qs_extentsize
Underlying database extent size, in pages. |
int |
qs_first_recno
First undeleted record in the database. |
int |
qs_magic
Magic number that identifies the file as a Queue file. |
int |
qs_metaflags
|
int |
qs_ndata
The number of records in the database. |
int |
qs_nkeys
The number of records in the database. |
int |
qs_pages
Number of pages in the database. |
int |
qs_pagesize
Underlying database page size, in bytes. |
int |
qs_pgfree
Number of bytes free in database pages. |
int |
qs_re_len
The length of the records. |
int |
qs_re_pad
The padding byte value for the records. |
int |
qs_version
The version of the Queue file type. |
Constructor Summary | |
DbQueueStat()
|
Method Summary | |
String |
toString()
Provide a string representation of all the fields contained within this class. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public int qs_magic
public int qs_version
public int qs_metaflags
public int qs_nkeys
public int qs_ndata
public int qs_pagesize
public int qs_extentsize
public int qs_pages
public int qs_re_len
public int qs_re_pad
public int qs_pgfree
public int qs_first_recno
public int qs_cur_recno
Constructor Detail |
public DbQueueStat()
Method Detail |
public String toString()
toString
in class Object
|
Berkeley DB version 4.2.52 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |