com.sleepycat.db
Class MutexStats

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

public class MutexStats
extends java.lang.Object


Method Summary
 int getMutexAlign()
           
 int getMutexCount()
           
 int getMutexFree()
           
 int getMutexInuse()
           
 int getMutexInuseMax()
           
 int getMutexTasSpins()
           
 int getRegionNowait()
           
 int getRegionWait()
           
 int getRegSize()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getMutexAlign

public int getMutexAlign()

getMutexTasSpins

public int getMutexTasSpins()

getMutexCount

public int getMutexCount()

getMutexFree

public int getMutexFree()

getMutexInuse

public int getMutexInuse()

getMutexInuseMax

public int getMutexInuseMax()

getRegionWait

public int getRegionWait()

getRegionNowait

public int getRegionNowait()

getRegSize

public int getRegSize()

toString

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