public class VmMemoryStat extends Object implements TimeStampedPojo
| Modifier and Type | Class and Description |
|---|---|
static class |
VmMemoryStat.Generation |
static class |
VmMemoryStat.Space |
| Constructor and Description |
|---|
VmMemoryStat(long timestamp,
int vmId,
List<VmMemoryStat.Generation> generations) |
| Modifier and Type | Method and Description |
|---|---|
VmMemoryStat.Generation |
getGeneration(String name) |
List<VmMemoryStat.Generation> |
getGenerations() |
long |
getTimeStamp() |
int |
getVmId() |
public VmMemoryStat(long timestamp,
int vmId,
List<VmMemoryStat.Generation> generations)
public int getVmId()
public long getTimeStamp()
getTimeStamp in interface TimeStampedPojopublic List<VmMemoryStat.Generation> getGenerations()
public VmMemoryStat.Generation getGeneration(String name)
Copyright © 2012. All Rights Reserved.