|
Berkeley DB Java Edition version 3.0.12 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.TransactionStats
public class TransactionStats
Transaction statistics for a database environment.
Nested Class Summary | |
---|---|
class |
TransactionStats.Active
The Active class represents an active transaction. |
Method Summary | |
---|---|
TransactionStats.Active[] |
getActiveTxns()
Return the array of active transactions. |
long |
getLastCheckpointTime()
The time the last completed checkpoint finished (as the number of seconds since the Epoch, returned by the IEEE/ANSI Std 1003.1 (POSIX) time interface). |
long |
getLastTxnId()
The last transaction ID allocated. |
int |
getNAborts()
The number of transactions that have aborted. |
int |
getNActive()
The number of transactions that are currently active. |
int |
getNBegins()
The number of transactions that have begun. |
int |
getNCommits()
The number of transactions that have committed. |
int |
getNXAAborts()
The number of XA transactions that have aborted. |
int |
getNXACommits()
The number of XA transactions that have committed. |
int |
getNXAPrepares()
The number of XA transactions that have been prepared. |
String |
toString()
For convenience, the TransactionStats class has a toString method that lists all the data fields. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String toString()
toString
in class Object
public TransactionStats.Active[] getActiveTxns()
public long getLastCheckpointTime()
public long getLastTxnId()
public int getNAborts()
public int getNXAAborts()
public int getNActive()
public int getNBegins()
public int getNCommits()
public int getNXACommits()
public int getNXAPrepares()
|
Berkeley DB Java Edition version 3.0.12 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |