com.sleepycat.db
Class LockStats

java.lang.Object
  extended by com.sleepycat.db.LockStats

public class LockStats
extends java.lang.Object


Method Summary
 int getCurMaxId()
           
 int getHashLen()
           
 int getId()
           
 int getLockersNowait()
           
 int getLockersWait()
           
 int getLockNowait()
           
 int getLocksNowait()
           
 int getLocksWait()
           
 int getLockTimeout()
           
 int getLockWait()
           
 int getMaxLockers()
           
 int getMaxLocks()
           
 int getMaxNlockers()
           
 int getMaxNlocks()
           
 int getMaxNobjects()
           
 int getMaxObjects()
           
 int getNobjects()
           
 int getNumDeadlocks()
           
 int getNumDowngrade()
           
 int getNumLockers()
           
 int getNumLocks()
           
 int getNumLockTimeouts()
           
 int getNumModes()
           
 int getNumReleases()
           
 int getNumRequests()
           
 int getNumTxnTimeouts()
           
 int getNumUpgrade()
           
 int getObjsNowait()
           
 int getObjsWait()
           
 int getRegionNowait()
           
 int getRegionWait()
           
 int getRegSize()
           
 int getTxnTimeout()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getId

public int getId()

getCurMaxId

public int getCurMaxId()

getMaxLocks

public int getMaxLocks()

getMaxLockers

public int getMaxLockers()

getMaxObjects

public int getMaxObjects()

getNumModes

public int getNumModes()

getNumLockers

public int getNumLockers()

getNumLocks

public int getNumLocks()

getMaxNlocks

public int getMaxNlocks()

getMaxNlockers

public int getMaxNlockers()

getNobjects

public int getNobjects()

getMaxNobjects

public int getMaxNobjects()

getNumRequests

public int getNumRequests()

getNumReleases

public int getNumReleases()

getNumUpgrade

public int getNumUpgrade()

getNumDowngrade

public int getNumDowngrade()

getLockWait

public int getLockWait()

getLockNowait

public int getLockNowait()

getNumDeadlocks

public int getNumDeadlocks()

getLockTimeout

public int getLockTimeout()

getNumLockTimeouts

public int getNumLockTimeouts()

getTxnTimeout

public int getTxnTimeout()

getNumTxnTimeouts

public int getNumTxnTimeouts()

getObjsWait

public int getObjsWait()

getObjsNowait

public int getObjsNowait()

getLockersWait

public int getLockersWait()

getLockersNowait

public int getLockersNowait()

getLocksWait

public int getLocksWait()

getLocksNowait

public int getLocksNowait()

getRegionWait

public int getRegionWait()

getRegionNowait

public int getRegionNowait()

getHashLen

public int getHashLen()

getRegSize

public int getRegSize()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object