Uses of Interface
org.apache.hadoop.mapred.MapRunnable
Packages that use MapRunnable
-
Uses of MapRunnable in org.apache.hadoop.mapred
Classes in org.apache.hadoop.mapred that implement MapRunnableModifier and TypeClassDescriptionclassMapRunner<K1,V1, K2, V2> DefaultMapRunnableimplementation.Methods in org.apache.hadoop.mapred that return types with arguments of type MapRunnableModifier and TypeMethodDescriptionClass<? extends MapRunnable>JobConf.getMapRunnerClass()Get theMapRunnableclass for the job.Method parameters in org.apache.hadoop.mapred with type arguments of type MapRunnableModifier and TypeMethodDescriptionvoidJobConf.setMapRunnerClass(Class<? extends MapRunnable> theClass) Expert: Set theMapRunnableclass for the job. -
Uses of MapRunnable in org.apache.hadoop.mapred.lib
Classes in org.apache.hadoop.mapred.lib that implement MapRunnableModifier and TypeClassDescriptionclassMultithreadedMapRunner<K1,V1, K2, V2> Multithreaded implementation forMapRunnable.