Uses of Interface
io.trino.execution.scheduler.TaskLifecycleListener
-
Packages that use TaskLifecycleListener Package Description io.trino.execution.scheduler -
-
Uses of TaskLifecycleListener in io.trino.execution.scheduler
Fields in io.trino.execution.scheduler declared as TaskLifecycleListener Modifier and Type Field Description static TaskLifecycleListenerTaskLifecycleListener. NO_OPMethods in io.trino.execution.scheduler that return TaskLifecycleListener Modifier and Type Method Description TaskLifecycleListenerPipelinedStageExecution. getTaskLifecycleListener()Methods in io.trino.execution.scheduler with parameters of type TaskLifecycleListener 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)
-