public static class TransactionStats.Active
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
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.
|
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.
|
LogSequenceNumber |
getReadLsn() |
The log sequence number of reads for snapshot transactions.
|
int[] |
getSliceTxns() |
An array of transaction ids of slices' active subordinate transactions.
|
int |
getTxnId() |
The transaction ID of the transaction.
|
java.lang.String |
toString() |
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 java.lang.String getName()
public int[] getSliceTxns()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright (c) 1996, 2020 Oracle and/or its affiliates. All rights reserved.