|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.TransactionStats
Javadoc for this public class is generated via the doc templates in the doc_src directory.
Nested Class Summary | |
static class |
TransactionStats.Active
The Active class represents an active transaction. |
Constructor Summary | |
TransactionStats()
Internal use only. |
Method Summary | |
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. |
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. |
String |
toString()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TransactionStats()
Method Detail |
public TransactionStats.Active[] getActiveTxns()
public long getLastCheckpointTime()
public long getLastTxnId()
public int getNAborts()
public int getNActive()
public int getNBegins()
public int getNCommits()
public void setActiveTxns(TransactionStats.Active[] actives)
public void setLastCheckpointTime(long l)
public void setLastTxnId(long val)
public void setNAborts(int val)
public void setNActive(int val)
public void setNBegins(int val)
public void setNCommits(int val)
public String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |