Uses of Class
io.trino.execution.StageId
-
Packages that use StageId Package Description io.trino.execution io.trino.execution.scheduler io.trino.server -
-
Uses of StageId in io.trino.execution
Methods in io.trino.execution that return StageId Modifier and Type Method Description StageIdSqlStage. getStageId()StageIdStageInfo. getStageId()StageIdStageStateMachine. getStageId()StageIdTaskId. getStageId()static StageIdStageId. valueOf(String stageId)static StageIdStageId. valueOf(List<String> ids)Methods in io.trino.execution with parameters of type StageId Modifier and Type Method Description voidDataDefinitionExecution. cancelStage(StageId stageId)voidQueryExecution. cancelStage(StageId stageId)voidQueryManager. cancelStage(StageId stageId)Attempts to cancel the stage and continue the query.voidSqlQueryExecution. cancelStage(StageId stageId)voidSqlQueryManager. cancelStage(StageId stageId)static SqlStageSqlStage. createSqlStage(StageId stageId, PlanFragment fragment, Map<PlanNodeId,TableInfo> tables, RemoteTaskFactory remoteTaskFactory, Session session, boolean summarizeTaskInfo, NodeTaskMap nodeTaskMap, Executor executor, SplitSchedulerStats schedulerStats)Constructors in io.trino.execution with parameters of type StageId Constructor Description StageInfo(StageId stageId, StageState state, PlanFragment plan, boolean coordinatorOnly, List<Type> types, StageStats stageStats, List<TaskInfo> tasks, List<StageInfo> subStages, Map<PlanNodeId,TableInfo> tables, ExecutionFailureInfo failureCause)StageStateMachine(StageId stageId, PlanFragment fragment, Map<PlanNodeId,TableInfo> tables, Executor executor, SplitSchedulerStats schedulerStats)TaskId(StageId stageId, int partitionId, int attemptId) -
Uses of StageId in io.trino.execution.scheduler
Methods in io.trino.execution.scheduler that return StageId Modifier and Type Method Description StageIdPipelinedStageExecution. getStageId()Methods in io.trino.execution.scheduler with parameters of type StageId Modifier and Type Method Description voidSqlQueryScheduler. cancelStage(StageId stageId) -
Uses of StageId in io.trino.server
Methods in io.trino.server with parameters of type StageId Modifier and Type Method Description voidDynamicFilterService. stageCannotScheduleMoreTasks(StageId stageId, int numberOfTasks)
-