com.sleepycat.db
Class TransactionStats
java.lang.Object
com.sleepycat.db.TransactionStats
public class TransactionStats
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getNumRestores
public int getNumRestores()
getLastCkp
public LogSequenceNumber getLastCkp()
getTimeCkp
public long getTimeCkp()
getLastTxnId
public int getLastTxnId()
getMaxTxns
public int getMaxTxns()
getNaborts
public int getNaborts()
getNumBegins
public int getNumBegins()
getNumCommits
public int getNumCommits()
getNactive
public int getNactive()
getNumSnapshot
public int getNumSnapshot()
getMaxNactive
public int getMaxNactive()
getMaxNsnapshot
public int getMaxNsnapshot()
getTxnarray
public TransactionStats.Active[] getTxnarray()
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