|
Berkeley DB version 4.8.30 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sleepycat.db.TransactionStats
public class TransactionStats
Transaction statistics for a database environment.
Nested Class Summary | |
---|---|
static class |
TransactionStats.Active
|
Method Summary | |
---|---|
LogSequenceNumber |
getLastCkp()
TODO |
int |
getLastTxnId()
TODO |
int |
getMaxNactive()
TODO |
int |
getMaxNsnapshot()
TODO |
int |
getMaxTxns()
TODO |
long |
getNaborts()
TODO |
int |
getNactive()
TODO |
long |
getNumBegins()
TODO |
long |
getNumCommits()
TODO |
int |
getNumRestores()
TODO |
int |
getNumSnapshot()
TODO |
long |
getRegionNowait()
TODO |
long |
getRegionWait()
TODO |
int |
getRegSize()
TODO |
long |
getTimeCkp()
TODO |
TransactionStats.Active[] |
getTxnarray()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public int getNumRestores()
public LogSequenceNumber getLastCkp()
public long getTimeCkp()
public int getLastTxnId()
public int getMaxTxns()
public long getNaborts()
public long getNumBegins()
public long getNumCommits()
public int getNactive()
public int getNumSnapshot()
public int getMaxNactive()
public int getMaxNsnapshot()
public TransactionStats.Active[] getTxnarray()
public long getRegionWait()
public long getRegionNowait()
public int getRegSize()
public String toString()
toString
in class Object
|
Berkeley DB version 4.8.30 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |