Class VertexwiseSchedulingStrategy

java.lang.Object
org.apache.flink.runtime.scheduler.strategy.VertexwiseSchedulingStrategy
All Implemented Interfaces:
SchedulingTopologyListener, SchedulingStrategy

public class VertexwiseSchedulingStrategy extends Object implements SchedulingStrategy, SchedulingTopologyListener
SchedulingStrategy instance which schedules tasks in granularity of vertex (which indicates this strategy only supports batch jobs). Note that this strategy implements SchedulingTopologyListener, so it can handle the updates of scheduling topology.