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
Modifier and TypeMethodDescriptionvoidonStateUpdate(ExecutionAttemptID execution, ExecutionState previousState, ExecutionState newState)
-
Method Details
-
onStateUpdate
void onStateUpdate(ExecutionAttemptID execution, ExecutionState previousState, ExecutionState newState)
-