Package io.trino.execution.scheduler
Interface ExecutionSchedule
-
- All Known Implementing Classes:
AllAtOnceExecutionSchedule,PhasedExecutionSchedule
public interface ExecutionSchedule
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<PipelinedStageExecution>getStagesToSchedule()booleanisFinished()
-
-
-
Method Detail
-
getStagesToSchedule
Set<PipelinedStageExecution> getStagesToSchedule()
-
isFinished
boolean isFinished()
-
-