| 
 | 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.DbTxnStat
The DbTxnStat object is used to return transaction subsystem statistics.
| Nested Class Summary | |
| static class | DbTxnStat.Active | 
| Field Summary | |
|  DbLsn | st_last_ckpThe LSN of the last checkpoint. | 
|  int | st_last_txnidThe last transaction ID allocated. | 
|  int | st_maxnactiveThe maximum number of active transactions at any one time. | 
|  int | st_maxtxnsThe maximum number of active transactions configured. | 
|  int | st_nabortsThe number of transactions that have aborted. | 
|  int | st_nactiveThe number of transactions that are currently active. | 
|  int | st_nbeginsThe number of transactions that have begun. | 
|  int | st_ncommitsThe number of transactions that have committed. | 
|  int | st_nrestoresThe number of transactions that have been restored. | 
|  int | st_region_nowaitThe number of times that a thread of control was able to obtain the region lock without waiting. | 
|  int | st_region_waitThe number of times that a thread of control was forced to wait before obtaining the region lock. | 
|  int | st_regsizeThe size of the region. | 
|  long | st_time_ckpThe time the last completed checkpoint finished (as the number of seconds since the Epoch, returned by the IEEE/ANSI Std 1003.1 (POSIX) time function). | 
|  DbTxnStat.Active[] | st_txnarray | 
| Constructor Summary | |
| DbTxnStat() | |
| 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 DbLsn st_last_ckp
public long st_time_ckp
public int st_last_txnid
public int st_maxtxns
public int st_naborts
public int st_nbegins
public int st_ncommits
public int st_nactive
public int st_nrestores
public int st_maxnactive
public DbTxnStat.Active[] st_txnarray
public int st_region_wait
public int st_region_nowait
public int st_regsize
| Constructor Detail | 
public DbTxnStat()
| 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 | ||||||||||