| 
 | 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.DbLogStat
The DbLogStat object is used to return logging subsystem statistics.
| Field Summary | |
|  int | st_cur_fileThe current log file number. | 
|  int | st_cur_offsetThe byte offset in the current log file. | 
|  int | st_disk_fileThe log file number of the last record known to be on disk. | 
|  int | st_disk_offsetThe byte offset of the last record known to be on disk. | 
|  int | st_lg_bsizeThe in-memory log record cache size. | 
|  int | st_lg_sizeThe current log file size. | 
|  int | st_magicThe magic number that identifies a file as a log file. | 
|  int | st_maxcommitperflushThe maximum number of commits contained in a single log flush. | 
|  int | st_mincommitperflushThe minimum number of commits contained in a single log flush that contained a commit. | 
|  int | st_modeThe mode of any created log files. | 
|  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. | 
|  int | st_scountThe number of times the log has been flushed to disk. | 
|  int | st_versionThe version of the log file type. | 
|  int | st_w_bytesThe number of bytes over and above st_w_mbytes written to this log. | 
|  int | st_w_mbytesThe number of megabytes written to this log. | 
|  int | st_wc_bytesThe number of bytes over and above st_wc_mbytes written to this log since the last checkpoint. | 
|  int | st_wc_mbytesThe number of megabytes written to this log since the last checkpoint. | 
|  int | st_wcountThe number of times the log has been written to disk. | 
|  int | st_wcount_fillThe number of times the log has been written to disk because the in-memory log record cache filled up. | 
| Constructor Summary | |
| DbLogStat() | |
| 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 st_magic
public int st_version
public int st_mode
public int st_lg_bsize
public int st_lg_size
public int st_w_bytes
public int st_w_mbytes
public int st_wc_bytes
public int st_wc_mbytes
public int st_wcount
public int st_wcount_fill
public int st_scount
public int st_region_wait
public int st_region_nowait
public int st_cur_file
public int st_cur_offset
public int st_disk_file
public int st_disk_offset
public int st_regsize
public int st_maxcommitperflush
public int st_mincommitperflush
| Constructor Detail | 
public DbLogStat()
| 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 | ||||||||||