public static class VmMemoryStat.Generation extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
capacity |
String |
collector |
static String |
COLLECTOR_NONE |
long |
maxCapacity |
String |
name |
List<VmMemoryStat.Space> |
spaces |
| Constructor and Description |
|---|
VmMemoryStat.Generation() |
public static final String COLLECTOR_NONE
public String name
public long capacity
public long maxCapacity
public List<VmMemoryStat.Space> spaces
public String collector
public VmMemoryStat.Space getSpace(String string)
Copyright © 2012. All Rights Reserved.