public class TransactionStats
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
TransactionStats.Active |
Modifier and Type | Method and Description |
---|---|
LogSequenceNumber |
getLastCkp()
TODO
|
int |
getLastTxnId()
TODO
|
int |
getMaxNactive()
TODO
|
int |
getMaxNsnapshot()
TODO
|
int |
getMaxTxns()
TODO
|
long |
getNaborts()
TODO
|
int |
getNactive()
TODO
|
long |
getNumBegins()
TODO
|
long |
getNumCommits()
TODO
|
int |
getNumRestores()
TODO
|
int |
getNumSnapshot()
TODO
|
long |
getRegionNowait()
TODO
|
long |
getRegionWait()
TODO
|
int |
getRegSize()
TODO
|
long |
getTimeCkp()
TODO
|
TransactionStats.Active[] |
getTxnarray() |
java.lang.String |
toString() |
public int getNumRestores()
public LogSequenceNumber getLastCkp()
public long getTimeCkp()
public int getLastTxnId()
public int getMaxTxns()
public long getNaborts()
public long getNumBegins()
public long getNumCommits()
public int getNactive()
public int getNumSnapshot()
public int getMaxNactive()
public int getMaxNsnapshot()
public TransactionStats.Active[] getTxnarray()
public long getRegionWait()
public long getRegionNowait()
public int getRegSize()
public java.lang.String toString()
toString
in class java.lang.Object