Uses of Class
org.apache.hadoop.yarn.util.ResourceCalculatorProcessTree

Packages that use ResourceCalculatorProcessTree
org.apache.hadoop.yarn.util   
 

Uses of ResourceCalculatorProcessTree in org.apache.hadoop.yarn.util
 

Subclasses of ResourceCalculatorProcessTree in org.apache.hadoop.yarn.util
 class ProcfsBasedProcessTree
          A Proc file-system based ProcessTree.
 class WindowsBasedProcessTree
           
 

Methods in org.apache.hadoop.yarn.util that return ResourceCalculatorProcessTree
static ResourceCalculatorProcessTree ResourceCalculatorProcessTree.getResourceCalculatorProcessTree(String pid, Class<? extends ResourceCalculatorProcessTree> clazz, org.apache.hadoop.conf.Configuration conf)
          Create the ResourceCalculatorProcessTree rooted to specified process from the class name and configure it.
 

Method parameters in org.apache.hadoop.yarn.util with type arguments of type ResourceCalculatorProcessTree
static ResourceCalculatorProcessTree ResourceCalculatorProcessTree.getResourceCalculatorProcessTree(String pid, Class<? extends ResourceCalculatorProcessTree> clazz, org.apache.hadoop.conf.Configuration conf)
          Create the ResourceCalculatorProcessTree rooted to specified process from the class name and configure it.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.