Uses of Enum Class
org.openjdk.jmc.common.IMCStackTrace.TruncationState
Packages that use IMCStackTrace.TruncationState
Package
Description
This package contains interfaces used in Mission Control to identify classes, methods, stack
traces etc.
-
Uses of IMCStackTrace.TruncationState in org.openjdk.jmc.common
Methods in org.openjdk.jmc.common that return IMCStackTrace.TruncationStateModifier and TypeMethodDescriptionIMCStackTrace.TruncationState.fromBoolean
(Boolean trunc) Get the correct truncation state enum value based on a Boolean value.IMCStackTrace.getTruncationState()
Returns the truncation state of the stack trace.Returns the enum constant of this class with the specified name.static IMCStackTrace.TruncationState[]
IMCStackTrace.TruncationState.values()
Returns an array containing the constants of this enum class, 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.TruncationStateConstructors in org.openjdk.jmc.common.util with parameters of type IMCStackTrace.TruncationStateModifierConstructorDescriptionMCStackTrace
(List<IMCFrame> frames, IMCStackTrace.TruncationState truncationState) Create a new stack trace instance.