|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BSPJob | |
---|---|
org.apache.hama.bsp | BSP computing framework. |
Uses of BSPJob in org.apache.hama.bsp |
---|
Methods in org.apache.hama.bsp that return BSPJob | |
---|---|
abstract BSPJob |
Task.getConf()
|
BSPJob |
BSPTask.getConf()
|
Methods in org.apache.hama.bsp with parameters of type BSPJob | |
---|---|
boolean |
BSPJobClient.monitorAndPrintJob(BSPJob job,
RunningJob info)
Monitor a job and print status in real-time as progress is made and tasks fail. |
abstract void |
Task.run(BSPJob job,
BSPPeerProtocol umbilical)
Run this task as a part of the named job. |
void |
BSPTask.run(BSPJob job,
BSPPeerProtocol umbilical)
|
static void |
BSPJobClient.runJob(BSPJob job)
|
abstract void |
Task.setConf(BSPJob localJobConf)
|
void |
BSPTask.setConf(BSPJob conf)
|
void |
BSPPeer.setJobConf(BSPJob jobConf)
Sets the job configuration |
RunningJob |
BSPJobClient.submitJob(BSPJob job)
Submit a job to the BSP system. |
RunningJob |
BSPJobClient.submitJobInternal(BSPJob job)
|
Constructors in org.apache.hama.bsp with parameters of type BSPJob | |
---|---|
BSPTaskRunner(BSPTask bspTask,
GroomServer groom,
BSPJob conf)
|
|
TaskRunner(BSPTask bspTask,
GroomServer groom,
BSPJob conf)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |