Uses of Interface
org.apache.hama.bsp.RunningJob

Packages that use RunningJob
org.apache.hama.bsp BSP computing framework. 
 

Uses of RunningJob in org.apache.hama.bsp
 

Methods in org.apache.hama.bsp that return RunningJob
 RunningJob BSPJobClient.submitJob(BSPJob job)
          Submit a job to the BSP system.
 RunningJob BSPJobClient.submitJobInternal(BSPJob job)
           
 

Methods in org.apache.hama.bsp with parameters of type RunningJob
 boolean BSPJobClient.monitorAndPrintJob(BSPJob job, RunningJob info)
          Monitor a job and print status in real-time as progress is made and tasks fail.
 



Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.