|
Berkeley DB version 4.8.30 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sleepycat.db.LockStats
public class LockStats
Lock statistics for a database environment.
Method Summary | |
---|---|
int |
getCurMaxId()
TODO |
int |
getHashLen()
TODO |
int |
getId()
TODO |
long |
getLockersNowait()
TODO |
long |
getLockersWait()
TODO |
long |
getLockNowait()
TODO |
long |
getLocksteals()
TODO |
int |
getLockTimeout()
TODO |
long |
getLockWait()
TODO |
int |
getMaxHlocks()
TODO |
int |
getMaxHobjects()
TODO |
int |
getMaxLockers()
TODO |
int |
getMaxLocks()
TODO |
long |
getMaxLsteals()
TODO |
int |
getMaxNlockers()
TODO |
int |
getMaxNlocks()
TODO |
int |
getMaxNobjects()
TODO |
int |
getMaxObjects()
TODO |
long |
getMaxOsteals()
TODO |
int |
getNobjects()
TODO |
long |
getNumDeadlocks()
TODO |
long |
getNumDowngrade()
TODO |
int |
getNumLockers()
TODO |
int |
getNumLocks()
TODO |
long |
getNumLockTimeouts()
TODO |
int |
getNumModes()
TODO |
long |
getNumReleases()
TODO |
long |
getNumRequests()
TODO |
long |
getNumTxnTimeouts()
TODO |
long |
getNumUpgrade()
TODO |
long |
getObjectsteals()
TODO |
long |
getObjsNowait()
TODO |
long |
getObjsWait()
TODO |
int |
getPartitions()
TODO |
long |
getPartMaxNowait()
TODO |
long |
getPartMaxWait()
TODO |
long |
getPartNowait()
TODO |
long |
getPartWait()
TODO |
long |
getRegionNowait()
TODO |
long |
getRegionWait()
TODO |
int |
getRegSize()
TODO |
int |
getTxnTimeout()
TODO |
String |
toString()
For convenience, the LockStats class has a toString method that lists all the data fields. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, 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 getPartitions()
public int getNumModes()
public int getNumLockers()
public int getNumLocks()
public int getMaxNlocks()
public int getMaxHlocks()
public long getLocksteals()
public long getMaxLsteals()
public int getMaxNlockers()
public int getNobjects()
public int getMaxNobjects()
public int getMaxHobjects()
public long getObjectsteals()
public long getMaxOsteals()
public long getNumRequests()
public long getNumReleases()
public long getNumUpgrade()
public long getNumDowngrade()
public long getLockWait()
public long getLockNowait()
public long getNumDeadlocks()
public int getLockTimeout()
public long getNumLockTimeouts()
public int getTxnTimeout()
public long getNumTxnTimeouts()
public long getPartWait()
public long getPartNowait()
public long getPartMaxWait()
public long getPartMaxNowait()
public long getObjsWait()
public long getObjsNowait()
public long getLockersWait()
public long getLockersNowait()
public long getRegionWait()
public long getRegionNowait()
public int getHashLen()
public int getRegSize()
public String toString()
toString
in class Object
|
Berkeley DB version 4.8.30 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |