Interface ExecutionStateUpdateListener
-
- All Known Implementing Classes:
DeploymentStateTimeMetrics
public interface ExecutionStateUpdateListener
A listener that is called when an execution switched to a new state.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onStateUpdate(ExecutionAttemptID execution, ExecutionState previousState, ExecutionState newState)
-
-
-
Method Detail
-
onStateUpdate
void onStateUpdate(ExecutionAttemptID execution, ExecutionState previousState, ExecutionState newState)
-
-