Uses of Interface
org.apache.hadoop.mapred.MapRunnable

Packages that use MapRunnable
org.apache.hadoop.mapred A system for scalable, fault-tolerant, distributed computation over large data collections. 
org.apache.hadoop.mapred.lib Library of generally useful mappers, reducers, and partitioners. 
 

Uses of MapRunnable in org.apache.hadoop.mapred
 

Classes in org.apache.hadoop.mapred that implement MapRunnable
 class MapRunner
          Default MapRunnable implementation.
 

Methods in org.apache.hadoop.mapred that return types with arguments of type MapRunnable
 Class<? extends MapRunnable> JobConf.getMapRunnerClass()
           
 

Method parameters in org.apache.hadoop.mapred with type arguments of type MapRunnable
 void JobConf.setMapRunnerClass(Class<? extends MapRunnable> theClass)
           
 

Uses of MapRunnable in org.apache.hadoop.mapred.lib
 

Classes in org.apache.hadoop.mapred.lib that implement MapRunnable
 class MultithreadedMapRunner
          Multithreaded implementation for @link org.apache.hadoop.mapred.MapRunnable.
 



Copyright © 2006 The Apache Software Foundation