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

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

Uses of MemoryCalculatorPlugin in org.apache.hadoop.util
 

Subclasses of MemoryCalculatorPlugin in org.apache.hadoop.util
 class LinuxMemoryCalculatorPlugin
          Plugin to calculate virtual and physical memories on Linux systems.
 

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

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



Copyright © 2009 The Apache Software Foundation