Interface HeapDumpWebEndpoint.HeapDumper

All Known Implementing Classes:
HeapDumpWebEndpoint.HotSpotDiagnosticMXBeanHeapDumper
Enclosing class:
HeapDumpWebEndpoint
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface protected static interface HeapDumpWebEndpoint.HeapDumper
Strategy interface used to dump the heap to a file.
  • Method Summary

    Modifier and Type
    Method
    Description
    Dump the current heap to a file.
  • Method Details