public class JmapVmInfo extends VmInfo
| Constructor and Description |
|---|
JmapVmInfo(int pid,
String description,
boolean heapDumpEnabled,
String proposedFileName,
IHeapDumpProvider heapDumpProvider) |
| Modifier and Type | Method and Description |
|---|---|
String |
getProposedFileName()
Returns a proposed file name under which the heap dump should be saved,
e.g.
|
void |
setProposedFileName(String proposedFileName)
Set the proposed file name for this process
|
getDescription, getHeapDumpProvider, getPid, isHeapDumpEnabled, setDescription, setHeapDumpEnabled, setHeapDumpProvider, setPid, toStringpublic File jdkHome
public boolean compress
public JmapVmInfo(int pid,
String description,
boolean heapDumpEnabled,
String proposedFileName,
IHeapDumpProvider heapDumpProvider)
public String getProposedFileName()
VmInfoMessageUtil.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}.dmpgetProposedFileName in class VmInfopublic void setProposedFileName(String proposedFileName)
VmInfosetProposedFileName in class VmInfo