|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectp2pMapReduce.entity.TaskRunner
public abstract class TaskRunner
Base class for task runners.
The class implements the Callable
interface in order to provide
the task completion status as the task execution result.
Constructor Summary | |
---|---|
TaskRunner(SlaveTask task,
NodeModuleIF nodeModule)
|
Method Summary | |
---|---|
protected void |
updateClassPath(java.lang.String jarsDirPath)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.concurrent.Callable |
---|
call |
Constructor Detail |
---|
public TaskRunner(SlaveTask task, NodeModuleIF nodeModule)
Method Detail |
---|
protected void updateClassPath(java.lang.String jarsDirPath) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |