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.TruncationStateIMCStackTrace.TruncationState. fromBoolean(Boolean trunc)Get the correct truncation state enum value based on a Boolean value.IMCStackTrace.TruncationStateIMCStackTrace. getTruncationState()Returns the truncation state of the stack trace.static IMCStackTrace.TruncationStateIMCStackTrace.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.TruncationStateMCStackTrace. 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.
-