Uses of Enum Class
com.sun.management.HotSpotDiagnosticMXBean.ThreadDumpFormat
Packages that use HotSpotDiagnosticMXBean.ThreadDumpFormat
-
Uses of HotSpotDiagnosticMXBean.ThreadDumpFormat in com.sun.management
Subclasses with type arguments of type HotSpotDiagnosticMXBean.ThreadDumpFormat in com.sun.managementModifier and TypeClassDescriptionstatic enum
Thread dump format.Methods in com.sun.management that return HotSpotDiagnosticMXBean.ThreadDumpFormatModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.HotSpotDiagnosticMXBean.ThreadDumpFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sun.management with parameters of type HotSpotDiagnosticMXBean.ThreadDumpFormatModifier and TypeMethodDescriptiondefault void
HotSpotDiagnosticMXBean.dumpThreads
(String outputFile, HotSpotDiagnosticMXBean.ThreadDumpFormat format) Generate a thread dump to the given file in the given format.