Uses of Interface
io.trino.execution.scheduler.ExecutionSchedule
-
Packages that use ExecutionSchedule Package Description io.trino.execution.scheduler -
-
Uses of ExecutionSchedule in io.trino.execution.scheduler
Classes in io.trino.execution.scheduler that implement ExecutionSchedule Modifier and Type Class Description classAllAtOnceExecutionScheduleclassPhasedExecutionScheduleMethods in io.trino.execution.scheduler that return ExecutionSchedule Modifier and Type Method Description ExecutionScheduleAllAtOnceExecutionPolicy. createExecutionSchedule(Collection<PipelinedStageExecution> stages)ExecutionScheduleExecutionPolicy. createExecutionSchedule(Collection<PipelinedStageExecution> stages)ExecutionSchedulePhasedExecutionPolicy. createExecutionSchedule(Collection<PipelinedStageExecution> stages)
-