|
Berkeley DB Java Edition version 1.5.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sleepycat.je.LockStats
Lock statistics for a single environment.
Note that some of the lock statistics may be expensive to obtain because the lock table is unavailable while the statistics are gathered. These expensive statistics are only provided if Environment.getLockStats()is called with a StatsConfig parameter that has been configured for "slow" stats.
Constructor Summary | |
LockStats()
|
Method Summary | |
int |
getNOwners()
Total lock owners in lock table. |
int |
getNReadLocks()
Total read locks currently held. |
int |
getNTotalLocks()
Total locks currently in lock table. |
int |
getNWaiters()
Total transactions waiting for locks. |
long |
getNWaits()
Total number of lock waits to date. |
int |
getNWriteLocks()
Total write locks currently held. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LockStats()
Method Detail |
public int getNOwners()
public int getNReadLocks()
public int getNTotalLocks()
public int getNWaiters()
public int getNWriteLocks()
public long getNWaits()
|
Berkeley DB Java Edition version 1.5.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |