java.io.Serializablepublic class TransactionStats
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class | Description |
|---|---|---|
static class |
TransactionStats.Active |
The Active class represents an active transaction.
|
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
java.lang.String |
toString() |
|
java.lang.String |
toStringVerbose() |
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 java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toStringVerbose()
Copyright (c) 2002, 2018 Oracle and/or its affiliates. All rights reserved.