Uses of Enum Class
com.sun.management.HotSpotDiagnosticMXBean.ThreadDumpFormat
Packages that use HotSpotDiagnosticMXBean.ThreadDumpFormatPREVIEW
Package
Description
This package contains the JDK's extension to
the standard implementation of the
java.lang.management
API and also defines the management
interface for some other components of the platform.-
Uses of HotSpotDiagnosticMXBean.ThreadDumpFormatPREVIEW in com.sun.management
Methods in com.sun.management that return HotSpotDiagnosticMXBean.ThreadDumpFormatPREVIEWModifier 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.ThreadDumpFormatPREVIEWModifier and TypeMethodDescriptiondefault void
HotSpotDiagnosticMXBean.dumpThreads
(String outputFile, HotSpotDiagnosticMXBean.ThreadDumpFormatPREVIEW format) Preview.Generate a thread dump to the given file in the given format.