|
Generated by JDiff |
|||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS | |||||||
The superclass changed from java.lang.Object to org.apache.hadoop.util.ProcessTree.
| Added Constructors | |
String, |
|
String, |
|
| Removed Methods | |
String getPidFromPidFile(String) |
Get PID from a pid-file. |
| Added Methods | |
void assertAndDestroyProcessGroup(String, |
Make sure that the given pid is a process group leader and then destroy the process group. |
void destroy(boolean) |
Destroy the process-tree. |
long getCumulativeVmem(int) |
Get the cumulative virtual memory used by all the processes in the process-tree that are older than the passed in age. |
String getProcessTreeDump() |
Get a dump of the process-tree. |
boolean isAnyProcessInTreeAlive() |
Is any of the subprocesses in the process-tree alive |
| Changed Methods | ||
void setSigKillInterval(long) |
Now deprecated. |
Use {@link ProcfsBasedProcessTree#ProcfsBasedProcessTree( String, boolean, long)} instead |
|
||||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | ||||||||