public class LockStats
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
LockStats() |
Modifier and Type | Method and Description |
---|---|
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.
|
public int getNOwners()
public int getNReadLocks()
public int getNTotalLocks()
public int getNWaiters()
public int getNWriteLocks()
public long getNRequests()
public long getNWaits()
public void setNOwners(int val)
public void setNReadLocks(int val)
public void accumulateNTotalLocks(int val)
public void setNWaiters(int val)
public void setNWriteLocks(int val)
public void setNRequests(long requests)
public void setNWaits(long waits)
public void accumulateLockTableLatchStats(LatchStats latchStats)
public java.lang.String toString()
toString
in class java.lang.Object