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