public static class TransactionStats.Active
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
TransactionStats.Active(java.lang.String name,
long txnId,
long parentId)
Internal use only.
|
Modifier and Type | Method and Description |
---|---|
long |
getId()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
java.lang.String |
getName()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
long |
getParentId()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
java.lang.String |
toString() |
public TransactionStats.Active(java.lang.String name, long txnId, long parentId)
public long getId()
public long getParentId()
public java.lang.String getName()
public java.lang.String toString()
toString
in class java.lang.Object