|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapRunnable | |
---|---|
org.apache.hadoop.mapred | |
org.apache.hadoop.mapred.lib |
Uses of MapRunnable in org.apache.hadoop.mapred |
---|
Classes in org.apache.hadoop.mapred that implement MapRunnable | |
---|---|
class |
MapRunner<K1,V1,K2,V2>
Default MapRunnable implementation. |
Methods in org.apache.hadoop.mapred that return types with arguments of type MapRunnable | |
---|---|
Class<? extends MapRunnable> |
JobConf.getMapRunnerClass()
Get the MapRunnable class for the job. |
Method parameters in org.apache.hadoop.mapred with type arguments of type MapRunnable | |
---|---|
void |
JobConf.setMapRunnerClass(Class<? extends MapRunnable> theClass)
Expert: Set the MapRunnable class for the job. |
Uses of MapRunnable in org.apache.hadoop.mapred.lib |
---|
Classes in org.apache.hadoop.mapred.lib that implement MapRunnable | |
---|---|
class |
MultithreadedMapRunner<K1,V1,K2,V2>
Multithreaded implementation for @link org.apache.hadoop.mapred.MapRunnable. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |