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 -
-
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(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(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
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(List<IMCFrame> frames, IMCStackTrace.TruncationState truncationState)
Create a new stack trace instance.
-