Uses of Interface
org.eclipse.mat.snapshot.acquire.IHeapDumpProvider
Packages that use 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
Classes in org.eclipse.mat.hprof.acquire that implement IHeapDumpProviderConstructors in org.eclipse.mat.hprof.acquire with parameters of type IHeapDumpProviderModifierConstructorDescriptionJmapVmInfo
(int pid, String description, boolean heapDumpEnabled, String proposedFileName, IHeapDumpProvider heapDumpProvider) -
Uses of IHeapDumpProvider in org.eclipse.mat.ibmvm.acquire
Classes in org.eclipse.mat.ibmvm.acquire that implement IHeapDumpProviderModifier 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
Methods in org.eclipse.mat.internal.acquire that return IHeapDumpProviderMethods in org.eclipse.mat.internal.acquire that return types with arguments of type IHeapDumpProviderModifier and TypeMethodDescriptionClass<? extends IHeapDumpProvider>
HeapDumpProviderDescriptor.getSubject()
Method parameters in org.eclipse.mat.internal.acquire with type arguments of type IHeapDumpProviderModifier and TypeMethodDescriptionHeapDumpProviderRegistry.getHeapDumpProvider
(Class<? extends IHeapDumpProvider> providerClass) Constructors in org.eclipse.mat.internal.acquire with parameters of type IHeapDumpProviderModifierConstructorDescriptionHeapDumpProviderDescriptor
(String identifier, String name, String usage, String help, String helpUrl, Locale helpLocale, IHeapDumpProvider provider) -
Uses of IHeapDumpProvider in org.eclipse.mat.snapshot.acquire
Methods in org.eclipse.mat.snapshot.acquire that return IHeapDumpProviderModifier and TypeMethodDescriptionVmInfo.getHeapDumpProvider()
Get the heap dump provider which returned this VmInfoMethods in org.eclipse.mat.snapshot.acquire with parameters of type IHeapDumpProviderModifier and TypeMethodDescriptionvoid
VmInfo.setHeapDumpProvider
(IHeapDumpProvider heapDumpProvider) Set the heap dump provider of this VmInfoConstructors in org.eclipse.mat.snapshot.acquire with parameters of type IHeapDumpProviderModifierConstructorDescriptionVmInfo
(int pid, String description, boolean heapDumpEnabled, String proposedFileName, IHeapDumpProvider heapDumpProvider) Constructor with parameters