Uses of Class
org.eclipse.mat.snapshot.acquire.VmInfo
Packages that use VmInfo
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.
Acquire heap dumps from other running processes - user interface (not API).
-
Uses of VmInfo in org.eclipse.mat.hprof.acquire
Subclasses of VmInfo in org.eclipse.mat.hprof.acquireMethods in org.eclipse.mat.hprof.acquire with parameters of type VmInfoModifier and TypeMethodDescriptionJMapHeapDumpProvider.acquireDump
(VmInfo info, File preferredLocation, IProgressListener listener) -
Uses of VmInfo in org.eclipse.mat.ibmvm.acquire
Subclasses of VmInfo in org.eclipse.mat.ibmvm.acquireModifier and TypeClassDescriptionclass
Information about an IBM VM, for use when using a helper VM to create a dump.class
Stores information about the target VM.Methods in org.eclipse.mat.ibmvm.acquire that return types with arguments of type VmInfoModifier and TypeMethodDescriptionIBMExecDumpProvider.getAvailableVMs
(IProgressListener listener) Methods in org.eclipse.mat.ibmvm.acquire with parameters of type VmInfoModifier and TypeMethodDescriptionIBMDumpProvider.acquireDump
(VmInfo info, File preferredLocation, IProgressListener listener) IBMExecDumpProvider.acquireDump
(VmInfo info, File preferredLocation, IProgressListener listener) -
Uses of VmInfo in org.eclipse.mat.internal.acquire
Methods in org.eclipse.mat.internal.acquire that return VmInfoMethods in org.eclipse.mat.internal.acquire with parameters of type VmInfoModifier and TypeMethodDescriptionstatic final VmInfoDescriptor
VmInfoDescriptor.createDescriptor
(VmInfo vmInfo) Constructors in org.eclipse.mat.internal.acquire with parameters of type VmInfo -
Uses of VmInfo in org.eclipse.mat.snapshot.acquire
Methods in org.eclipse.mat.snapshot.acquire that return types with arguments of type VmInfoModifier and TypeMethodDescriptionIHeapDumpProvider.getAvailableVMs
(IProgressListener listener) Returns a list of locally running Java processes from which the heap dump provider can attempt to acquire a heap dumpMethods in org.eclipse.mat.snapshot.acquire with parameters of type VmInfoModifier and TypeMethodDescriptionIHeapDumpProvider.acquireDump
(VmInfo info, File preferredLocation, IProgressListener listener) Acquire a heap dump from a locally running Java process. -
Uses of VmInfo in org.eclipse.mat.ui.internal.acquire
Methods in org.eclipse.mat.ui.internal.acquire that return VmInfo