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, toString
public File jdkHome
public boolean compress
public JmapVmInfo(int pid, String description, boolean heapDumpEnabled, String proposedFileName, IHeapDumpProvider heapDumpProvider)
public String getProposedFileName()
VmInfo
MessageUtil.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 VmInfo
public void setProposedFileName(String proposedFileName)
VmInfo
setProposedFileName
in class VmInfo