Package com.sleepycat.db
Class TransactionStats.Active
java.lang.Object
com.sleepycat.db.TransactionStats.Active
- Enclosing class:
TransactionStats
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]getGId()Return the transaction's Global ID, if the transaction was prepared usingTransaction.prepare(byte[]).getLsn()The log sequence number of the transaction's first log record.intThe number of buffer copies created by this transaction that remain in cache.getName()The transaction name, including the thread name if available.intThe transaction ID of the parent transaction (or 0, if no parent).intgetPid()The process ID of the process that owns the transaction.intAssigned priority used when resolving deadlocks.The log sequence number of reads for snapshot transactions.intgetTxnId()The transaction ID of the transaction.toString()
-
Method Details
-
getTxnId
public int getTxnId()The transaction ID of the transaction. -
getParentId
public int getParentId()The transaction ID of the parent transaction (or 0, if no parent). -
getPid
public int getPid()The process ID of the process that owns the transaction. -
getLsn
The log sequence number of the transaction's first log record. -
getReadLsn
The log sequence number of reads for snapshot transactions. -
getMultiversionRef
public int getMultiversionRef()The number of buffer copies created by this transaction that remain in cache. -
getPriority
public int getPriority()Assigned priority used when resolving deadlocks. -
getGId
public byte[] getGId()Return the transaction's Global ID, if the transaction was prepared usingTransaction.prepare(byte[]). Otherwise, return an undefined value. -
getName
The transaction name, including the thread name if available. -
toString
-