Uses of Class
org.openjdk.jmc.common.IMCStackTrace.TruncationState
-
Packages that use IMCStackTrace.TruncationState Package Description org.openjdk.jmc.common This package contains interfaces used in Mission Control to identify classes, methods, stack traces etc.org.openjdk.jmc.common.util org.openjdk.jmc.flightrecorder.internal.parser.v1 -
-
Uses of IMCStackTrace.TruncationState in org.openjdk.jmc.common
Methods in org.openjdk.jmc.common that return IMCStackTrace.TruncationState Modifier and Type Method Description static IMCStackTrace.TruncationState
IMCStackTrace.TruncationState. fromBoolean(java.lang.Boolean trunc)
Get the correct truncation state enum value based on a Boolean value.IMCStackTrace.TruncationState
IMCStackTrace. getTruncationState()
Returns the truncation state of the stack trace.static IMCStackTrace.TruncationState
IMCStackTrace.TruncationState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IMCStackTrace.TruncationState[]
IMCStackTrace.TruncationState. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IMCStackTrace.TruncationState in org.openjdk.jmc.common.util
Fields in org.openjdk.jmc.common.util declared as IMCStackTrace.TruncationState Modifier and Type Field Description private IMCStackTrace.TruncationState
MCStackTrace. truncationState
Methods in org.openjdk.jmc.common.util that return IMCStackTrace.TruncationState Modifier and Type Method Description IMCStackTrace.TruncationState
MCStackTrace. getTruncationState()
Constructors in org.openjdk.jmc.common.util with parameters of type IMCStackTrace.TruncationState Constructor Description MCStackTrace(java.util.List<IMCFrame> frames, IMCStackTrace.TruncationState truncationState)
Create a new stack trace instance. -
Uses of IMCStackTrace.TruncationState in org.openjdk.jmc.flightrecorder.internal.parser.v1
Methods in org.openjdk.jmc.flightrecorder.internal.parser.v1 that return IMCStackTrace.TruncationState Modifier and Type Method Description IMCStackTrace.TruncationState
StructTypes.JfrStackTrace. getTruncationState()
-