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 StageIdSqlStageExecution. 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 SqlStageExecutionSqlStageExecution. createSqlStageExecution(StageId stageId, PlanFragment fragment, Map<PlanNodeId,TableInfo> tables, RemoteTaskFactory remoteTaskFactory, Session session, boolean summarizeTaskInfo, NodeTaskMap nodeTaskMap, ExecutorService executor, FailureDetector failureDetector, DynamicFilterService dynamicFilterService, SplitSchedulerStats schedulerStats)Constructors in io.trino.execution with parameters of type StageId Constructor Description StageInfo(StageId stageId, StageState state, PlanFragment plan, List<Type> types, StageStats stageStats, List<TaskInfo> tasks, List<StageInfo> subStages, Map<PlanNodeId,TableInfo> tables, ExecutionFailureInfo failureCause)StageStateMachine(StageId stageId, Session session, PlanFragment fragment, Map<PlanNodeId,TableInfo> tables, ExecutorService executor, SplitSchedulerStats schedulerStats)TaskId(StageId stageId, int id) -
Uses of StageId in io.trino.execution.scheduler
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)
-