public class VmGcStat extends Object implements TimeStampedPojo
| Constructor and Description |
|---|
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() |
public VmGcStat(int vmId,
long timestamp,
String collectorName,
long runCount,
long wallTime)
public int getVmId()
public String getCollectorName()
public long getRunCount()
public long getWallTime()
public long getTimeStamp()
getTimeStamp in interface TimeStampedPojoCopyright © 2012. All Rights Reserved.