Uses of Class
org.apache.hadoop.util.ResourceCalculatorPlugin

Packages that use ResourceCalculatorPlugin
org.apache.hadoop.util Common utilities. 
 

Uses of ResourceCalculatorPlugin in org.apache.hadoop.util
 

Subclasses of ResourceCalculatorPlugin in org.apache.hadoop.util
 class LinuxResourceCalculatorPlugin
          Plugin to calculate resource information on Linux systems.
 

Methods in org.apache.hadoop.util that return ResourceCalculatorPlugin
static ResourceCalculatorPlugin ResourceCalculatorPlugin.getResourceCalculatorPlugin(Class<? extends ResourceCalculatorPlugin> clazz, Configuration conf)
          Get the ResourceCalculatorPlugin from the class name and configure it.
 

Method parameters in org.apache.hadoop.util with type arguments of type ResourceCalculatorPlugin
static ResourceCalculatorPlugin ResourceCalculatorPlugin.getResourceCalculatorPlugin(Class<? extends ResourceCalculatorPlugin> clazz, Configuration conf)
          Get the ResourceCalculatorPlugin from the class name and configure it.
 



Copyright © 2009 The Apache Software Foundation