| 
 | 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_recnoNext available record number. | 
|  int | qs_extentsizeUnderlying database extent size, in pages. | 
|  int | qs_first_recnoFirst undeleted record in the database. | 
|  int | qs_magicMagic number that identifies the file as a Queue file. | 
|  int | qs_metaflags | 
|  int | qs_ndataThe number of records in the database. | 
|  int | qs_nkeysThe number of records in the database. | 
|  int | qs_pagesNumber of pages in the database. | 
|  int | qs_pagesizeUnderlying database page size, in bytes. | 
|  int | qs_pgfreeNumber of bytes free in database pages. | 
|  int | qs_re_lenThe length of the records. | 
|  int | qs_re_padThe padding byte value for the records. | 
|  int | qs_versionThe 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 | ||||||||||