Uses of Class
io.trino.execution.scheduler.PipelinedStageExecution
-
Packages that use PipelinedStageExecution Package Description io.trino.execution.scheduler -
-
Uses of PipelinedStageExecution in io.trino.execution.scheduler
Methods in io.trino.execution.scheduler that return PipelinedStageExecution Modifier and Type Method Description static PipelinedStageExecutionPipelinedStageExecution. createPipelinedStageExecution(SqlStage stage, Map<PlanFragmentId,io.trino.execution.scheduler.OutputBufferManager> outputBufferManagers, TaskLifecycleListener taskLifecycleListener, FailureDetector failureDetector, Executor executor, Optional<int[]> bucketToPartition, int attempt)
-