| パッケージ | 説明 |
|---|---|
| org.apache.hadoop.mapred | |
| org.apache.hadoop.mapred.lib |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
MapRunner<K1,V1,K2,V2>
Default
MapRunnable implementation. |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Class<? extends MapRunnable> |
JobConf.getMapRunnerClass()
Get the
MapRunnable class for the job. |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
JobConf.setMapRunnerClass(Class<? extends MapRunnable> theClass)
Expert: Set the
MapRunnable class for the job. |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
MultithreadedMapRunner<K1,V1,K2,V2>
Multithreaded implementation for
MapRunnable. |
Copyright © 2016 Apache Software Foundation. All rights reserved.