| 
Berkeley DB version 5.3.28  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sleepycat.db.TransactionStats.Active
public static class TransactionStats.Active
| Method Summary | |
|---|---|
 byte[] | 
getGId()
Return the transaction's Global ID, if the transaction was prepared using Transaction.prepare(byte[]). | 
 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.  | 
 int | 
getPriority()
Assigned priority used when resolving deadlocks.  | 
 LogSequenceNumber | 
getReadLsn()
The log sequence number of reads for snapshot transactions.  | 
 int | 
getTxnId()
The transaction ID of the transaction.  | 
 String | 
toString()
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Method Detail | 
|---|
public int getTxnId()
public int getParentId()
public int getPid()
public LogSequenceNumber getLsn()
public LogSequenceNumber getReadLsn()
public int getMultiversionRef()
public int getPriority()
public byte[] getGId()
Transaction.prepare(byte[]). Otherwise, return an undefined value.
public String getName()
public String toString()
toString in class Object
  | 
Berkeley DB version 5.3.28  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||