public class MutexStats
extends java.lang.Object
Environment.getMutexStats(com.sleepycat.db.StatsConfig)
Modifier and Type | Method and Description |
---|---|
int |
getMutexAlign()
TODO
|
int |
getMutexCount()
TODO
|
int |
getMutexFree()
TODO
|
int |
getMutexInuse()
TODO
|
int |
getMutexInuseMax()
TODO
|
int |
getMutexTasSpins()
TODO
|
long |
getRegionNowait()
TODO
|
long |
getRegionWait()
TODO
|
int |
getRegSize()
TODO
|
java.lang.String |
toString()
For convenience, the MutexStats class has a toString method that lists
all the data fields.
|
public int getMutexAlign()
public int getMutexTasSpins()
public int getMutexCount()
public int getMutexFree()
public int getMutexInuse()
public int getMutexInuseMax()
public long getRegionWait()
public long getRegionNowait()
public int getRegSize()
public java.lang.String toString()
toString
in class java.lang.Object