public interface ExecutionListener
| Modifier and Type | Method and Description |
|---|---|
void |
executionStateChanged(JobID jobID,
JobVertexID vertexId,
int subtask,
ExecutionAttemptID executionId,
ExecutionState newExecutionState,
String optionalMessage) |
void executionStateChanged(JobID jobID, JobVertexID vertexId, int subtask, ExecutionAttemptID executionId, ExecutionState newExecutionState, String optionalMessage)
Copyright © 2015 The Apache Software Foundation. All rights reserved.