Package | Description |
---|---|
org.eclipse.mat.hprof.acquire |
Generator of HPROF dumps from other running processes on the system,
just a acquire dumps extension, not an Application Programming Interface (API).
|
org.eclipse.mat.ibmvm.acquire |
Create IBM dumps - this is an internal package not intended as an Application Programming Interface (API) except as an extension.
|
org.eclipse.mat.internal.acquire |
Support for collecting arguments for acquiring heap dumps from running programs.
|
org.eclipse.mat.snapshot.acquire |
Classes to help get a snapshot from a current running process on the system.
|
Modifier and Type | Class and Description |
---|---|
class |
JMapHeapDumpProvider |
Constructor and Description |
---|
JmapVmInfo(int pid,
String description,
boolean heapDumpEnabled,
String proposedFileName,
IHeapDumpProvider heapDumpProvider) |
Modifier and Type | Class and Description |
---|---|
class |
BaseProvider
The base dump provider class.
|
class |
IBMDumpProvider
Base class for generating dumps on IBM VMs.
|
class |
IBMExecDumpProvider
Enables the creation of dumps from IBM VMs when a non-IBM VM
or old IBM VM is used to run Memory Analyzer.
|
class |
IBMJavaDumpProvider
Helper dump provider - the IBMDumpProvider delegates to this to do the work for java core dumps.
|
Modifier and Type | Method and Description |
---|---|
IHeapDumpProvider |
HeapDumpProviderDescriptor.getHeapDumpProvider() |
Modifier and Type | Method and Description |
---|---|
Class<? extends IHeapDumpProvider> |
HeapDumpProviderDescriptor.getSubject() |
Modifier and Type | Method and Description |
---|---|
HeapDumpProviderDescriptor |
HeapDumpProviderRegistry.getHeapDumpProvider(Class<? extends IHeapDumpProvider> providerClass) |
Constructor and Description |
---|
HeapDumpProviderDescriptor(String identifier,
String name,
String usage,
String help,
String helpUrl,
Locale helpLocale,
IHeapDumpProvider provider) |
Modifier and Type | Method and Description |
---|---|
IHeapDumpProvider |
VmInfo.getHeapDumpProvider()
Get the heap dump provider which returned this VmInfo
|
Modifier and Type | Method and Description |
---|---|
void |
VmInfo.setHeapDumpProvider(IHeapDumpProvider heapDumpProvider)
Set the heap dump provider of this VmInfo
|
Constructor and Description |
---|
VmInfo(int pid,
String description,
boolean heapDumpEnabled,
String proposedFileName,
IHeapDumpProvider heapDumpProvider)
Constructor with parameters
|