Interface HeapDumpSupplier
-
- All Known Implementing Classes:
HotSpotHeapDumpSupplier,OpenJ9HeapDumpSupplier
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface HeapDumpSupplier
- Author:
- David BRASSELY (david.brassely at graviteesource.com), GraviteeSource Team
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddump(File file, boolean live)
-
-
-
Method Detail
-
dump
void dump(File file, boolean live) throws IOException, InterruptedException
- Throws:
IOExceptionInterruptedException
-
-