org.apache.hama.bsp
Interface Schedulable


public interface Schedulable

This is the class that schedules commands to GroomServer(s)


Method Summary
 void schedule(org.apache.hama.bsp.JobInProgress job, GroomServerStatus... statuses)
          Schedule job to designated GroomServer(s) immediately.
 

Method Detail

schedule

void schedule(org.apache.hama.bsp.JobInProgress job,
              GroomServerStatus... statuses)
              throws java.io.IOException
Schedule job to designated GroomServer(s) immediately.

Parameters:
job - to be scheduled.
statuses - of GroomServer(s).
Throws:
java.io.IOException


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