com.sleepycat.je
Class LockStats

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

public class LockStats
extends java.lang.Object
implements java.io.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
 void accumulateLockTableLatchStats(LatchStats latchStats)
          Internal use only.
 void accumulateNTotalLocks(int val)
          Internal use only.
 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 setNOwners(int val)
          Internal use only.
 void setNReadLocks(int val)
          Internal use only.
 void setNRequests(long requests)
          Internal use only.
 void setNWaiters(int val)
          Internal use only.
 void setNWaits(long waits)
          Internal use only.
 void setNWriteLocks(int val)
          Internal use only.
 java.lang.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.


accumulateNTotalLocks

public void accumulateNTotalLocks(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.


accumulateLockTableLatchStats

public void accumulateLockTableLatchStats(LatchStats latchStats)
Internal use only.


toString

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

Overrides:
toString in class java.lang.Object


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