public interface ExecutionStageListener
| Modifier and Type | Method and Description |
|---|---|
void |
nextExecutionStageEntered(JobID jobID,
ExecutionStage executionStage)
This method is called to indicate that the job with the given
JobID has finished its previous
ExecutionStage and has entered the next ExecutionStage. |
void nextExecutionStageEntered(JobID jobID, ExecutionStage executionStage)
JobID has finished its previous
ExecutionStage and has entered the next ExecutionStage. Note that a notification is not sent when
the job has entered its initial execution stage.jobID - the ID of the job the notification belongs toexecutionStage - the next execution stage that has just been enteredCopyright © 2014 The Apache Software Foundation. All rights reserved.