|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.LockStats
public class LockStats
Javadoc for this public class is generated via the doc templates in the doc_src directory.
Constructor Summary | |
---|---|
LockStats()
|
Method Summary | |
---|---|
int |
getNOwners()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
int |
getNReadLocks()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
long |
getNRequests()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
int |
getNTotalLocks()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
int |
getNWaiters()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
long |
getNWaits()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
int |
getNWriteLocks()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setLockTableLatchStats(LatchStats latchStats)
Internal use only. |
void |
setNOwners(int val)
Internal use only. |
void |
setNReadLocks(int val)
Internal use only. |
void |
setNRequests(long requests)
Internal use only. |
void |
setNTotalLocks(int val)
Internal use only. |
void |
setNWaiters(int val)
Internal use only. |
void |
setNWaits(long waits)
Internal use only. |
void |
setNWriteLocks(int val)
Internal use only. |
String |
toString()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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 getNRequests()
public long getNWaits()
public void setNOwners(int val)
public void setNReadLocks(int val)
public void setNTotalLocks(int val)
public void setNWaiters(int val)
public void setNWriteLocks(int val)
public void setNRequests(long requests)
public void setNWaits(long waits)
public void setLockTableLatchStats(LatchStats latchStats)
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |