Class WindowsBasedProcessTree

java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.hadoop.yarn.util.ResourceCalculatorProcessTree
org.apache.hadoop.yarn.util.WindowsBasedProcessTree
All Implemented Interfaces:
org.apache.hadoop.conf.Configurable

@Private public class WindowsBasedProcessTree extends ResourceCalculatorProcessTree
  • Constructor Details

    • WindowsBasedProcessTree

      public WindowsBasedProcessTree(String pid)
      Create a monitor for a Windows process tree.
      Parameters:
      pid - Identifier of the job object.
    • WindowsBasedProcessTree

      public WindowsBasedProcessTree(String pid, Clock pClock)
      Create a monitor for a Windows process tree.
      Parameters:
      pid - Identifier of the job object.
      pClock - Clock to keep track of time for CPU utilization.
  • Method Details