public class VmGcStat extends Object implements TimeStampedPojo
Constructor and Description |
---|
VmGcStat() |
VmGcStat(int vmId,
long timestamp,
String collectorName,
long runCount,
long wallTime) |
Modifier and Type | Method and Description |
---|---|
String |
getCollectorName() |
long |
getRunCount() |
long |
getTimeStamp() |
int |
getVmId() |
long |
getWallTime() |
void |
setCollectorName(String collectorName) |
void |
setRunCount(long runCount) |
void |
setTimeStamp(long timeStamp) |
void |
setVmId(int vmId) |
void |
setWallTime(long wallTime) |
public VmGcStat()
public VmGcStat(int vmId, long timestamp, String collectorName, long runCount, long wallTime)
public int getVmId()
public void setVmId(int vmId)
public String getCollectorName()
public void setCollectorName(String collectorName)
public long getRunCount()
public void setRunCount(long runCount)
public long getWallTime()
public void setWallTime(long wallTime)
public long getTimeStamp()
getTimeStamp
in interface TimeStampedPojo
public void setTimeStamp(long timeStamp)
Copyright © 2012. All Rights Reserved.