Package io.trino.execution.scheduler
Class AllAtOnceExecutionPolicy
- java.lang.Object
-
- io.trino.execution.scheduler.AllAtOnceExecutionPolicy
-
- All Implemented Interfaces:
ExecutionPolicy
public class AllAtOnceExecutionPolicy extends Object implements ExecutionPolicy
-
-
Constructor Summary
Constructors Constructor Description AllAtOnceExecutionPolicy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutionSchedulecreateExecutionSchedule(Collection<SqlStageExecution> stages)
-
-
-
Method Detail
-
createExecutionSchedule
public ExecutionSchedule createExecutionSchedule(Collection<SqlStageExecution> stages)
- Specified by:
createExecutionSchedulein interfaceExecutionPolicy
-
-