Uses of Class
io.trino.execution.StageId
Packages that use StageId
-
Uses of StageId in io.trino.execution
Methods in io.trino.execution that return StageIdModifier and TypeMethodDescriptionSqlStage.getStageId()StageInfo.getStageId()StageStateMachine.getStageId()TaskId.getStageId()static StageIdstatic StageIdMethods in io.trino.execution with parameters of type StageIdModifier and TypeMethodDescriptionvoidDataDefinitionExecution.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 StageIdModifierConstructorDescriptionStageInfo(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) -
Uses of StageId in io.trino.execution.scheduler
Methods in io.trino.execution.scheduler that return StageIdModifier and TypeMethodDescriptionPipelinedStageExecution.getStageId()StageExecution.getStageId()Methods in io.trino.execution.scheduler with parameters of type StageId -
Uses of StageId in io.trino.server
Methods in io.trino.server with parameters of type StageIdModifier and TypeMethodDescriptionvoidDynamicFilterService.stageCannotScheduleMoreTasks(StageId stageId, int attemptId, int numberOfTasks)