Package io.trino.execution.scheduler
Interface ExecutionPolicy
-
- All Known Implementing Classes:
AllAtOnceExecutionPolicy,PhasedExecutionPolicy
public interface ExecutionPolicy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecutionSchedulecreateExecutionSchedule(Collection<PipelinedStageExecution> stages)
-
-
-
Method Detail
-
createExecutionSchedule
ExecutionSchedule createExecutionSchedule(Collection<PipelinedStageExecution> stages)
-
-