com.sleepycat.je
Class LockStats

java.lang.Object
  extended by com.sleepycat.je.LockStats
All Implemented Interfaces:
Serializable

public class LockStats
extends Object
implements Serializable

Javadoc for this public class is generated via the doc templates in the doc_src directory.

See Also:
Serialized Form

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

LockStats

public LockStats()
Method Detail

getNOwners

public int getNOwners()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getNReadLocks

public int getNReadLocks()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getNTotalLocks

public int getNTotalLocks()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getNWaiters

public int getNWaiters()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getNWriteLocks

public int getNWriteLocks()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getNRequests

public long getNRequests()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getNWaits

public long getNWaits()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


setNOwners

public void setNOwners(int val)
Internal use only.


setNReadLocks

public void setNReadLocks(int val)
Internal use only.


setNTotalLocks

public void setNTotalLocks(int val)
Internal use only.


setNWaiters

public void setNWaiters(int val)
Internal use only.


setNWriteLocks

public void setNWriteLocks(int val)
Internal use only.


setNRequests

public void setNRequests(long requests)
Internal use only.


setNWaits

public void setNWaits(long waits)
Internal use only.


setLockTableLatchStats

public void setLockTableLatchStats(LatchStats latchStats)
Internal use only.


toString

public String toString()
Javadoc for this public method is generated via the doc templates in the doc_src directory.

Overrides:
toString in class Object


Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.