Uses of Interface
org.apache.flink.runtime.scheduler.strategy.SchedulingStrategy
Packages that use SchedulingStrategy
-
Uses of SchedulingStrategy in org.apache.flink.runtime.scheduler
Fields in org.apache.flink.runtime.scheduler declared as SchedulingStrategyModifier and TypeFieldDescriptionprotected final SchedulingStrategyDefaultScheduler.schedulingStrategy -
Uses of SchedulingStrategy in org.apache.flink.runtime.scheduler.strategy
Classes in org.apache.flink.runtime.scheduler.strategy that implement SchedulingStrategyModifier and TypeClassDescriptionclassSchedulingStrategyinstance which schedules tasks in granularity of pipelined regions.classSchedulingStrategyinstance which schedules tasks in granularity of vertex (which indicates this strategy only supports batch jobs).Methods in org.apache.flink.runtime.scheduler.strategy that return SchedulingStrategyModifier and TypeMethodDescriptionPipelinedRegionSchedulingStrategy.Factory.createInstance(SchedulerOperations schedulerOperations, SchedulingTopology schedulingTopology) SchedulingStrategyFactory.createInstance(SchedulerOperations schedulerOperations, SchedulingTopology schedulingTopology) VertexwiseSchedulingStrategy.Factory.createInstance(SchedulerOperations schedulerOperations, SchedulingTopology schedulingTopology)