public static enum CGroupsManager.CgroupMemoryStat extends Enum<CGroupsManager.CgroupMemoryStat>
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
static CGroupsManager.CgroupMemoryStat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CGroupsManager.CgroupMemoryStat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CGroupsManager.CgroupMemoryStat RSS
public static final CGroupsManager.CgroupMemoryStat SWAP
public static final CGroupsManager.CgroupMemoryStat FAULTS
public static CGroupsManager.CgroupMemoryStat[] values()
for (CGroupsManager.CgroupMemoryStat c : CGroupsManager.CgroupMemoryStat.values()) System.out.println(c);
public static CGroupsManager.CgroupMemoryStat valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getKey()
Copyright © 2012–2017 The Apache Software Foundation. All rights reserved.