| Package | Description |
|---|---|
| org.apache.karaf.diagnostic.core | |
| org.apache.karaf.diagnostic.core.common | |
| org.apache.karaf.diagnostic.core.providers |
| Modifier and Type | Method and Description |
|---|---|
static DumpDestination |
Dump.directory(File file) |
static DumpDestination |
Dump.zip(File file) |
| Modifier and Type | Method and Description |
|---|---|
void |
DumpProvider.createDump(DumpDestination destination)
Create dump in given entry.
|
static void |
Dump.dump(org.osgi.framework.BundleContext bundleContext,
DumpDestination destination,
boolean noThreadDump,
boolean noHeapDump) |
| Modifier and Type | Class and Description |
|---|---|
class |
DirectoryDumpDestination
Class which packages dumps to given directory.
|
class |
ZipDumpDestination
Class which packages dumps to ZIP archive.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TextDumpProvider.createDump(DumpDestination destination)
Create dump in given entry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HeapDumpProvider.createDump(DumpDestination destination) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.