|
Berkeley DB version 4.3.29 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sleepycat.db.LockStats
Lock statistics for a database environment.
Method Summary | |
int |
getCurMaxId()
|
int |
getId()
The last allocated locker ID. |
int |
getLockTimeout()
Lock timeout value. |
int |
getMaxLockers()
The maximum number of lockers possible. |
int |
getMaxLocks()
The maximum number of locks possible. |
int |
getMaxNlockers()
The maximum number of lockers at any one time. |
int |
getMaxNlocks()
The maximum number of locks at any one time. |
int |
getMaxNobjects()
The maximum number of lock objects at any one time. |
int |
getMaxObjects()
The maximum number of lock objects possible. |
int |
getNobjects()
The number of current lock objects. |
int |
getNumConflicts()
The total number of locks not immediately available due to conflicts. |
int |
getNumDeadlocks()
The number of deadlocks. |
int |
getNumLockers()
The number of current lockers. |
int |
getNumLocks()
The number of current locks. |
int |
getNumLockTimeouts()
The number of lock requests that have timed out. |
int |
getNumModes()
The number of lock modes. |
int |
getNumNowaits()
The total number of lock requests failing because DB_LOCK_NOWAIT was set. |
int |
getNumReleases()
The total number of locks released. |
int |
getNumRequests()
The total number of locks requested. |
int |
getNumTxnTimeouts()
The number of transactions that have timed out. |
int |
getRegionNowait()
The number of times that a thread of control was able to obtain the region lock without waiting. |
int |
getRegionWait()
The number of times that a thread of control was forced to wait before obtaining the region lock. |
int |
getRegSize()
The size of the lock region. |
int |
getTxnTimeout()
Transaction timeout value. |
String |
toString()
For convenience, the LockStats class has a toString method that lists all the data fields. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public int getId()
public int getCurMaxId()
public int getMaxLocks()
public int getMaxLockers()
public int getMaxObjects()
public int getNumModes()
public int getNumLocks()
public int getMaxNlocks()
public int getNumLockers()
public int getMaxNlockers()
public int getNobjects()
public int getMaxNobjects()
public int getNumConflicts()
public int getNumRequests()
public int getNumReleases()
public int getNumNowaits()
public int getNumDeadlocks()
public int getLockTimeout()
public int getNumLockTimeouts()
public int getTxnTimeout()
public int getNumTxnTimeouts()
public int getRegionWait()
public int getRegionNowait()
public int getRegSize()
public String toString()
|
Berkeley DB version 4.3.29 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |