public class TransactionStats
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
TransactionStats.Active
The Active class represents an active transaction.
|
Constructor and Description |
---|
TransactionStats()
Internal use only.
|
Modifier and Type | Method and Description |
---|---|
TransactionStats.Active[] |
getActiveTxns()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
long |
getLastCheckpointTime()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
long |
getLastTxnId()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
int |
getNAborts()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
int |
getNActive()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
int |
getNBegins()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
int |
getNCommits()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
int |
getNXAAborts()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
int |
getNXACommits()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
int |
getNXAPrepares()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
void |
setActiveTxns(TransactionStats.Active[] actives)
Internal use only.
|
void |
setLastCheckpointTime(long l)
Internal use only.
|
void |
setLastTxnId(long val)
Internal use only.
|
void |
setNAborts(int val)
Internal use only.
|
void |
setNActive(int val)
Internal use only.
|
void |
setNBegins(int val)
Internal use only.
|
void |
setNCommits(int val)
Internal use only.
|
void |
setNXAAborts(int val)
Internal use only.
|
void |
setNXACommits(int val)
Internal use only.
|
void |
setNXAPrepares(int val)
Internal use only.
|
java.lang.String |
toString()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
public TransactionStats.Active[] getActiveTxns()
public long getLastCheckpointTime()
public long getLastTxnId()
public int getNAborts()
public int getNXAAborts()
public int getNXAPrepares()
public int getNActive()
public int getNBegins()
public int getNCommits()
public int getNXACommits()
public void setActiveTxns(TransactionStats.Active[] actives)
public void setLastCheckpointTime(long l)
public void setLastTxnId(long val)
public void setNAborts(int val)
public void setNXAAborts(int val)
public void setNActive(int val)
public void setNBegins(int val)
public void setNCommits(int val)
public void setNXACommits(int val)
public void setNXAPrepares(int val)
public java.lang.String toString()
toString
in class java.lang.Object