Class HeapDumpProvider
- java.lang.Object
-
- org.apache.karaf.diagnostic.core.providers.HeapDumpProvider
-
- All Implemented Interfaces:
DumpProvider
public class HeapDumpProvider extends Object implements DumpProvider
Create a heap dump.
-
-
Constructor Summary
Constructors Constructor Description HeapDumpProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateDump(DumpDestination destination)Create dump in given entry.
-
-
-
Method Detail
-
createDump
public void createDump(DumpDestination destination) throws Exception
Description copied from interface:DumpProviderCreate dump in given entry.- Specified by:
createDumpin interfaceDumpProvider- Parameters:
destination- The destination where to create the dump.- Throws:
Exception- If the dump creation fails.
-
-