Package org.eclipse.mat.hprof.acquire
Class JmapVmInfo
- java.lang.Object
-
- org.eclipse.mat.snapshot.acquire.VmInfo
-
- org.eclipse.mat.hprof.acquire.JmapVmInfo
-
public class JmapVmInfo extends VmInfo
-
-
Constructor Summary
Constructors Constructor Description JmapVmInfo(int pid, java.lang.String description, boolean heapDumpEnabled, java.lang.String proposedFileName, IHeapDumpProvider heapDumpProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getProposedFileName()
Returns a proposed file name under which the heap dump should be saved, e.g.void
setProposedFileName(java.lang.String proposedFileName)
Set the proposed file name for this process-
Methods inherited from class org.eclipse.mat.snapshot.acquire.VmInfo
getDescription, getHeapDumpProvider, getPid, isHeapDumpEnabled, setDescription, setHeapDumpEnabled, setHeapDumpProvider, setPid, toString
-
-
-
-
Constructor Detail
-
JmapVmInfo
public JmapVmInfo(int pid, java.lang.String description, boolean heapDumpEnabled, java.lang.String proposedFileName, IHeapDumpProvider heapDumpProvider)
-
-
Method Detail
-
getProposedFileName
public java.lang.String getProposedFileName()
Description copied from class:VmInfo
Returns a proposed file name under which the heap dump should be saved, e.g. java_pid%pid%.hprof for HPROF files or a file name template subject to substitution usingMessageUtil.format(java.lang.String, java.lang.Object...)
with three parameters,Date
date, int pid, int index For example: mydumpname.{0,date,yyyyMMdd.HHmmss}.{1,number,0}.{2,number,0000}.dmp- Overrides:
getProposedFileName
in classVmInfo
- Returns:
- a suggested file name template
-
setProposedFileName
public void setProposedFileName(java.lang.String proposedFileName)
Description copied from class:VmInfo
Set the proposed file name for this process- Overrides:
setProposedFileName
in classVmInfo
-
-