Class ExecutionVertexVersioner

java.lang.Object
org.apache.flink.runtime.scheduler.ExecutionVertexVersioner

public class ExecutionVertexVersioner extends Object
Records modifications of ExecutionVertices, and allows for checking whether a vertex was modified.

Examples for modifications include:

  • cancellation of the underlying execution
  • deployment of the execution vertex
See Also: