|
Berkeley DB version 5.3.28 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sleepycat.db.MutexStats
public class MutexStats
Statistics about mutexes in a Berkeley DB database environment, returned
by Environment.getMutexStats(com.sleepycat.db.StatsConfig)
Method Summary | |
---|---|
int |
getMutexAlign()
The mutex alignment, in bytes. |
int |
getMutexCount()
The total number of mutexes configured. |
int |
getMutexFree()
The number of mutexes currently available. |
int |
getMutexInit()
The initial number of mutexes configured. |
int |
getMutexInuse()
The number of mutexes currently in use. |
int |
getMutexInuseMax()
The maximum number of mutexes ever in use. |
int |
getMutexMax()
The maximum number of mutexes. |
int |
getMutexTasSpins()
The number of times test-and-set mutexes will spin without blocking. |
long |
getRegionNowait()
The number of times that a thread of control was able to obtain the mutex region mutex without waiting. |
long |
getRegionWait()
The number of times that a thread of control was forced to wait before obtaining the mutex region mutex. |
long |
getRegmax()
The max size of the mutex region size. |
long |
getRegSize()
The size of the mutex region, in bytes. |
String |
toString()
For convenience, the MutexStats 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 getMutexAlign()
public int getMutexTasSpins()
public int getMutexInit()
public int getMutexCount()
public int getMutexMax()
public int getMutexFree()
public int getMutexInuse()
public int getMutexInuseMax()
public long getRegionWait()
public long getRegionNowait()
public long getRegSize()
public long getRegmax()
public String toString()
toString
in class Object
|
Berkeley DB version 5.3.28 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |