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.
|
org.eclipse.mat.ui.internal.acquire |
Acquire heap dumps from other running processes - user interface (not API).
|
Modifier and Type | Class and Description |
---|---|
class |
JmapVmInfo |
Modifier and Type | Method and Description |
---|---|
File |
JMapHeapDumpProvider.acquireDump(VmInfo info,
File preferredLocation,
IProgressListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
IBMExecVmInfo
Information about an IBM VM, for use when using a helper VM to create a dump.
|
class |
IBMVmInfo
Stores information about the target VM.
|
Modifier and Type | Method and Description |
---|---|
List<VmInfo> |
IBMExecDumpProvider.getAvailableVMs(IProgressListener listener) |
Modifier and Type | Method and Description |
---|---|
File |
IBMExecDumpProvider.acquireDump(VmInfo info,
File preferredLocation,
IProgressListener listener) |
File |
IBMDumpProvider.acquireDump(VmInfo info,
File preferredLocation,
IProgressListener listener) |
Modifier and Type | Method and Description |
---|---|
VmInfo |
VmInfoDescriptor.getVmInfo() |
Modifier and Type | Method and Description |
---|---|
static VmInfoDescriptor |
VmInfoDescriptor.createDescriptor(VmInfo vmInfo) |
Constructor and Description |
---|
VmInfoDescriptor(String identifier,
String name,
String usage,
String help,
String helpUrl,
Locale helpLocale,
VmInfo vmInfo) |
Modifier and Type | Method and Description |
---|---|
List<? extends VmInfo> |
IHeapDumpProvider.getAvailableVMs(IProgressListener listener)
Returns a list of locally running Java processes from which the heap dump
provider can attempt to acquire a heap dump
|
Modifier and Type | Method and Description |
---|---|
File |
IHeapDumpProvider.acquireDump(VmInfo info,
File preferredLocation,
IProgressListener listener)
Acquire a heap dump from a locally running Java process.
|
Modifier and Type | Method and Description |
---|---|
VmInfo |
AcquireDialog.getProcess() |