static class StructTypes.JfrStackTrace extends java.lang.Object implements IMCStackTrace
IMCStackTrace.TruncationState
Modifier and Type | Field and Description |
---|---|
java.lang.Object |
frames |
java.lang.Object |
truncated |
Constructor and Description |
---|
JfrStackTrace() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<? extends IMCFrame> |
getFrames()
Return the frames that this stack trace consist of.
|
IMCStackTrace.TruncationState |
getTruncationState()
Returns the truncation state of the stack trace.
|
int |
hashCode() |
public java.util.List<? extends IMCFrame> getFrames()
IMCStackTrace
getFrames
in interface IMCStackTrace
public IMCStackTrace.TruncationState getTruncationState()
IMCStackTrace
To easily check if the stack trace is truncated you can use the
IMCStackTrace.TruncationState.isTruncated()
method. For example:
mytrace.getTruncationState().isTruncated()
.
getTruncationState
in interface IMCStackTrace
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object