Uses of Interface
io.trino.execution.scheduler.policy.ExecutionSchedule
-
Packages that use ExecutionSchedule Package Description io.trino.execution.scheduler.policy -
-
Uses of ExecutionSchedule in io.trino.execution.scheduler.policy
Classes in io.trino.execution.scheduler.policy that implement ExecutionSchedule Modifier and Type Class Description classAllAtOnceExecutionScheduleclassLegacyPhasedExecutionScheduleclassPhasedExecutionScheduleSchedules stages choosing to order to provide the best resource utilization.Methods in io.trino.execution.scheduler.policy that return ExecutionSchedule Modifier and Type Method Description ExecutionScheduleAllAtOnceExecutionPolicy. createExecutionSchedule(Collection<StageExecution> stages)ExecutionScheduleExecutionPolicy. createExecutionSchedule(Collection<StageExecution> stages)ExecutionScheduleLegacyPhasedExecutionPolicy. createExecutionSchedule(Collection<StageExecution> stages)ExecutionSchedulePhasedExecutionPolicy. createExecutionSchedule(Collection<StageExecution> stages)
-