|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectp2pMapReduce.entity.TaskRunner
p2pMapReduce.entity.MapTaskRunner
public class MapTaskRunner
Constructor Summary | |
---|---|
MapTaskRunner(SlaveTask slaveTask,
NodeModuleIF nodeModule)
|
Method Summary | ||
---|---|---|
Task.TaskStatus |
call()
|
|
|
sortOutput()
Reads the temporary map output, sort it by key and write the definitive map output in the map output dir |
Methods inherited from class p2pMapReduce.entity.TaskRunner |
---|
updateClassPath |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapTaskRunner(SlaveTask slaveTask, NodeModuleIF nodeModule)
Method Detail |
---|
public Task.TaskStatus call() throws java.lang.Exception
java.lang.Exception
public <KEYIN,VALUEIN> boolean sortOutput() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |