public class CgroupV1SubsystemController extends Object implements CgroupSubsystemController
EMPTY_STR| Constructor and Description |
|---|
CgroupV1SubsystemController(String root,
String mountPoint) |
| Modifier and Type | Method and Description |
|---|---|
static long |
convertHierachicalLimitLine(String line) |
static long |
convertStringToLong(String strval) |
static double |
getDoubleValue(CgroupSubsystemController controller,
String parm) |
static long |
getLongEntry(CgroupSubsystemController controller,
String param,
String entryname) |
static long |
getLongValueMatchingLine(CgroupSubsystemController controller,
String param,
String match) |
static long |
longValOrUnlimited(long value) |
String |
path() |
void |
setPath(String cgroupPath) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvertStringToLong, getDoubleValue, getLongEntry, getLongValue, getLongValueMatchingLine, getStringValue, stringRangeToIntArraypublic void setPath(String cgroupPath)
public String path()
path in interface CgroupSubsystemControllerpublic static long getLongEntry(CgroupSubsystemController controller, String param, String entryname)
public static double getDoubleValue(CgroupSubsystemController controller, String parm)
public static long convertStringToLong(String strval)
public static long longValOrUnlimited(long value)
public static long getLongValueMatchingLine(CgroupSubsystemController controller, String param, String match)
public static long convertHierachicalLimitLine(String line)