| 
 | 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.DbLockStat
The DbLockStat object is used to return lock region statistics.
| Field Summary | |
|  int | st_cur_maxidThe current maximum unused locker ID. | 
|  int | st_idThe last allocated locker ID. | 
|  int | st_locktimeoutLock timeout value. | 
|  int | st_maxlockersThe maximum number of lockers possible. | 
|  int | st_maxlocksThe maximum number of locks possible. | 
|  int | st_maxnlockersThe maximum number of lockers at any one time. | 
|  int | st_maxnlocksThe maximum number of locks at any one time. | 
|  int | st_maxnobjectsThe maximum number of lock objects at any one time. | 
|  int | st_maxobjectsThe maximum number of lock objects possible. | 
|  int | st_nconflictsThe total number of locks not immediately available due to conflicts. | 
|  int | st_ndeadlocksThe number of deadlocks. | 
|  int | st_nlockersThe number of current lockers. | 
|  int | st_nlocksThe number of current locks. | 
|  int | st_nlocktimeoutsThe number of lock requests that have timed out. | 
|  int | st_nmodesThe number of lock modes. | 
|  int | st_nnowaitsThe total number of lock requests failing because Db.DB_LOCK_NOWAITwas set. | 
|  int | st_nobjectsThe number of current lock objects. | 
|  int | st_nreleasesThe total number of locks released. | 
|  int | st_nrequestsThe total number of locks requested. | 
|  int | st_ntxntimeoutsThe number of transactions that have timed out. | 
|  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 lock region. | 
|  int | st_txntimeoutTransaction timeout value. | 
| Constructor Summary | |
| DbLockStat() | |
| 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_id
public int st_cur_maxid
public int st_maxlocks
public int st_maxlockers
public int st_maxobjects
public int st_nmodes
public int st_nlocks
public int st_maxnlocks
public int st_nlockers
public int st_maxnlockers
public int st_nobjects
public int st_maxnobjects
public int st_nconflicts
public int st_nrequests
public int st_nreleases
public int st_nnowaits
Db.DB_LOCK_NOWAIT was set. 
public int st_ndeadlocks
public int st_locktimeout
public int st_nlocktimeouts
public int st_txntimeout
public int st_ntxntimeouts
public int st_region_wait
public int st_region_nowait
public int st_regsize
| Constructor Detail | 
public DbLockStat()
| 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 | ||||||||||