See: Description
Interface | Description |
---|---|
HeapDumpWebEndpoint.HeapDumper |
Strategy interface used to dump the heap to a file.
|
Class | Description |
---|---|
HeapDumpWebEndpoint |
Web
Endpoint to expose heap dumps. |
HeapDumpWebEndpoint.HotSpotDiagnosticMXBeanHeapDumper |
HeapDumpWebEndpoint.HeapDumper that uses com.sun.management.HotSpotDiagnosticMXBean
available on Oracle and OpenJDK to dump the heap to a file. |
ThreadDumpEndpoint |
Endpoint to expose thread info. |
ThreadDumpEndpoint.ThreadDumpDescriptor |
A description of a thread dump.
|
Exception | Description |
---|---|
HeapDumpWebEndpoint.HeapDumperUnavailableException |
Exception to be thrown if the
HeapDumpWebEndpoint.HeapDumper cannot be created. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.