java.lang.Object
jdk.jfr.consumer.RecordedObject
jdk.jfr.consumer.RecordedStackTrace
A recorded stack trace.
- Since:
- 9
-
Method Summary
修饰符和类方法描述Returns the frames in the stack trace.booleanReturnstrueif the stack trace is truncated due to its size,falseotherwise.Methods declared in class jdk.jfr.consumer.RecordedObject
getBoolean, getByte, getChar, getClass, getDouble, getDuration, getFields, getFloat, getInstant, getInt, getLong, getShort, getString, getThread, getValue, hasField, toString
-
Method Details
-
getFrames
Returns the frames in the stack trace.- Returns:
- a list of Java stack frames, not
null
-
isTruncated
public boolean isTruncated()Returnstrueif the stack trace is truncated due to its size,falseotherwise.- Returns:
trueif the stack trace is truncated,falseotherwise
-