public class VmMemoryStat extends BasePojo implements TimeStampedPojo
| Modifier and Type | Class and Description |
|---|---|
static class |
VmMemoryStat.Generation |
static class |
VmMemoryStat.Space |
| Constructor and Description |
|---|
VmMemoryStat() |
VmMemoryStat(long timestamp,
int vmId,
VmMemoryStat.Generation[] generations) |
| Modifier and Type | Method and Description |
|---|---|
VmMemoryStat.Generation |
getGeneration(String name) |
VmMemoryStat.Generation[] |
getGenerations() |
long |
getTimeStamp() |
int |
getVmId() |
void |
setGenerations(VmMemoryStat.Generation[] generations) |
void |
setTimeStamp(long timeStamp) |
void |
setVmId(int vmId) |
equals, getAgentId, hashCode, setAgentIdpublic VmMemoryStat()
public VmMemoryStat(long timestamp,
int vmId,
VmMemoryStat.Generation[] generations)
public int getVmId()
public void setVmId(int vmId)
public long getTimeStamp()
getTimeStamp in interface TimeStampedPojopublic void setTimeStamp(long timeStamp)
public VmMemoryStat.Generation[] getGenerations()
public void setGenerations(VmMemoryStat.Generation[] generations)
public VmMemoryStat.Generation getGeneration(String name)
Copyright © 2013. All Rights Reserved.