Uses of Class
io.trino.execution.scheduler.TaskDescriptor
-
Packages that use TaskDescriptor Package Description io.trino.execution.scheduler -
-
Uses of TaskDescriptor in io.trino.execution.scheduler
Methods in io.trino.execution.scheduler that return types with arguments of type TaskDescriptor Modifier and Type Method Description List<TaskDescriptor>StageTaskSourceFactory.ArbitraryDistributionTaskSource. getMoreTasks()List<TaskDescriptor>StageTaskSourceFactory.HashDistributionTaskSource. getMoreTasks()List<TaskDescriptor>StageTaskSourceFactory.SingleDistributionTaskSource. getMoreTasks()List<TaskDescriptor>StageTaskSourceFactory.SourceDistributionTaskSource. getMoreTasks()List<TaskDescriptor>TaskSource. getMoreTasks()
-