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