Uses of Enum Class
com.sun.management.HotSpotDiagnosticMXBean.ThreadDumpFormat
Packages that use HotSpotDiagnosticMXBean.ThreadDumpFormat
包
描述
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.ThreadDumpFormat in com.sun.management
Methods in com.sun.management that return HotSpotDiagnosticMXBean.ThreadDumpFormat修饰符和类方法描述Returns 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.ThreadDumpFormat修饰符和类方法描述default void
HotSpotDiagnosticMXBean.dumpThreads
(String outputFile, HotSpotDiagnosticMXBean.ThreadDumpFormat format) Generate a thread dump to the given file in the given format.