|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.util.ResourceCalculatorPlugin.ProcResourceValues
public static class ResourceCalculatorPlugin.ProcResourceValues
Constructor Summary | |
---|---|
ResourceCalculatorPlugin.ProcResourceValues(long cumulativeCpuTime,
long physicalMemorySize,
long virtualMemorySize)
|
Method Summary | |
---|---|
long |
getCumulativeCpuTime()
Obtain the cumulative CPU time used by a current process tree. |
long |
getPhysicalMemorySize()
Obtain the physical memory size used by current process tree. |
long |
getVirtualMemorySize()
Obtain the virtual memory size used by a current process tree. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceCalculatorPlugin.ProcResourceValues(long cumulativeCpuTime, long physicalMemorySize, long virtualMemorySize)
Method Detail |
---|
public long getPhysicalMemorySize()
public long getVirtualMemorySize()
public long getCumulativeCpuTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |