|
Berkeley DB Java Edition version 4.0.117 |
|||||||||
| 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 | |
|---|---|
static class |
TransactionStats.Active
The Active class represents an active transaction. |
| Method Summary | |
|---|---|
TransactionStats.Active[] |
getActiveTxns()
Return the array of active transactions. |
long |
getNAborts()
The number of transactions that have aborted. |
int |
getNActive()
The number of transactions that are currently active. |
long |
getNBegins()
The number of transactions that have begun. |
long |
getNCommits()
The number of transactions that have committed. |
long |
getNXAAborts()
The number of XA transactions that have aborted. |
long |
getNXACommits()
The number of XA transactions that have committed. |
long |
getNXAPrepares()
The number of XA transactions that have been prepared. |
String |
toString()
|
String |
toStringVerbose()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public TransactionStats.Active[] getActiveTxns()
public long getNAborts()
public long getNXAAborts()
public long getNXAPrepares()
public int getNActive()
public long getNBegins()
public long getNCommits()
public long getNXACommits()
public String toString()
toString in class Objectpublic String toStringVerbose()
|
Berkeley DB Java Edition version 4.0.117 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||