Berkeley DB
version 4.4.10

com.sleepycat.db
Class MutexStats

java.lang.Object
  extended bycom.sleepycat.db.MutexStats

public class MutexStats
extends Object


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

Constructor Detail

MutexStats

protected MutexStats()
Method Detail

getMutexAlign

public int getMutexAlign()

getMutexTasSpins

public int getMutexTasSpins()

getMutexCnt

public int getMutexCnt()

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 String toString()

Berkeley DB
version 4.4.10

Copyright (c) 1996-2005 Sleepycat Software, Inc. - All rights reserved.