TaskCompletionListener¶
TaskCompletionListener is an extension of the EventListener (Java) abstraction for task listeners that can be notified on task completion.
Contract¶
onTaskCompletion¶
onTaskCompletion(
context: TaskContext): Unit
Used when:
TaskContextImplis requested to addTaskCompletionListener (and a task has already completed) and markTaskCompletedShuffleFetchCompletionListeneris requested to onComplete