public static class STransactionStats.Active
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
SLogSequenceNumber |
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.
|
java.lang.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()
This transaction's deadlock resolution priority.
|
SLogSequenceNumber |
getReadLsn()
The log sequence number of reads for snapshot transactions.
|
int |
getTxnId()
The transaction ID of the transaction.
|
java.lang.String |
toString() |
public int getTxnId()
public int getParentId()
public int getPid()
public SLogSequenceNumber getLsn()
public SLogSequenceNumber getReadLsn()
public int getMultiversionRef()
public int getPriority()
public java.lang.String getName()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright (c) 2016, 2019 Oracle and/or its affiliates. All rights reserved.