Uses of Interface
org.springframework.boot.actuate.management.HeapDumpWebEndpoint.HeapDumper
Package
Description
Actuator support for JVM management.
-
Uses of HeapDumpWebEndpoint.HeapDumper in org.springframework.boot.actuate.management
Modifier and TypeClassDescriptionprotected static class
HeapDumpWebEndpoint.HeapDumper
that usescom.sun.management.HotSpotDiagnosticMXBean
, available on Oracle and OpenJDK, to dump the heap to a file.Modifier and TypeMethodDescriptionprotected HeapDumpWebEndpoint.HeapDumper
HeapDumpWebEndpoint.createHeapDumper()
Factory method used to create theHeapDumpWebEndpoint.HeapDumper
.