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<SqlStageExecution>getStagesToSchedule()booleanisFinished()
-
-
-
Method Detail
-
getStagesToSchedule
Set<SqlStageExecution> getStagesToSchedule()
-
isFinished
boolean isFinished()
-
-