|
Berkeley DB version 4.5.20 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sleepycat.db.TransactionStats.Active
public static class TransactionStats.Active
The Active class represents an active transaction.
Method Summary | |
---|---|
LogSequenceNumber |
getLsn()
The log sequence number of the transaction's first log record. |
int |
getMultiversionRef()
The number of buffer copies created by this transaction that remain in cache. |
String |
getName()
The transaction name, including the thread name if available. |
int |
getParentId()
The transaction ID of the parent transaction (or 0, if no parent). |
int |
getPid()
The process ID of the process that owns the transaction. |
LogSequenceNumber |
getReadLsn()
The log sequence number of reads for snapshot transactions. |
int |
getTxnId()
The transaction ID of the transaction. |
int |
getXaStatus()
If the transaction is an XA transaction, the status of the transaction, otherwise 0. |
byte[] |
getXId()
If the transaction is an XA transaction, the XA global transaction ID. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getName()
public int getTxnId()
public int getParentId()
public int getPid()
public LogSequenceNumber getLsn()
public LogSequenceNumber getReadLsn()
public int getMultiversionRef()
public int getXaStatus()
public byte[] getXId()
public String toString()
toString
in class Object
|
Berkeley DB version 4.5.20 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |