Class VertexEndOfDataListener
java.lang.Object
org.apache.flink.runtime.scheduler.VertexEndOfDataListener
Records the end of data event of each task, and allows for checking whether all tasks of a
JobGraph have reached the end of data.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanareAllTasksOfJobVertexEndOfData(JobVertexID jobVertexID) voidrecordTaskEndOfData(ExecutionAttemptID executionAttemptID) voidrestoreVertices(Set<ExecutionVertexID> executionVertices)
-
Constructor Details
-
VertexEndOfDataListener
-
-
Method Details
-
recordTaskEndOfData
-
areAllTasksOfJobVertexEndOfData
-
areAllTasksEndOfData
public boolean areAllTasksEndOfData() -
restoreVertices
-