|
Berkeley DB Java Edition version 1.5.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sleepycat.je.TransactionStats
Transaction statistics for a single environment.
Nested Class Summary | |
class |
TransactionStats.Active
The Active class represents an active transaction. |
Method Summary | |
TransactionStats.Active[] |
getActiveTxns()
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. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public TransactionStats.Active[] getActiveTxns()
public long getLastCheckpointTime()
public long getLastTxnId()
public int getNAborts()
public int getNActive()
public int getNBegins()
public int getNCommits()
|
Berkeley DB Java Edition version 1.5.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |