Uses of Class
io.trino.execution.StageId
Packages that use StageId
Package
Description
-
Uses of StageId in io.trino.execution
Methods in io.trino.execution that return StageIdModifier and TypeMethodDescriptionstatic StageIdStageId.create(QueryId queryId, PlanFragmentId fragmentId) SqlStage.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 stateMachineExecutor, io.opentelemetry.api.trace.Tracer tracer, 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, io.opentelemetry.api.trace.Tracer tracer, io.opentelemetry.api.trace.Span querySpan, 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 StageIdModifier and TypeMethodDescriptionvoidPipelinedQueryScheduler.cancelStage(StageId stageId) voidQueryScheduler.cancelStage(StageId stageId) -
Uses of StageId in io.trino.execution.scheduler.faulttolerant
Methods in io.trino.execution.scheduler.faulttolerant that return StageIdModifier and TypeMethodDescriptionEventDrivenFaultTolerantQueryScheduler.StageExecution.getStageId()Methods in io.trino.execution.scheduler.faulttolerant with parameters of type StageIdModifier and TypeMethodDescriptionvoidEventDrivenFaultTolerantQueryScheduler.cancelStage(StageId stageId) Get task descriptorvoidTaskDescriptorStorage.put(StageId stageId, TaskDescriptor descriptor) voidMethod parameters in io.trino.execution.scheduler.faulttolerant with type arguments of type StageIdModifier and TypeMethodDescriptionByEagerParentOutputDataSizeEstimator.getEstimatedOutputDataSize(EventDrivenFaultTolerantQueryScheduler.StageExecution stageExecution, Function<StageId, EventDrivenFaultTolerantQueryScheduler.StageExecution> stageExecutionLookup, boolean parentEager) BySmallStageOutputDataSizeEstimator.getEstimatedOutputDataSize(EventDrivenFaultTolerantQueryScheduler.StageExecution stageExecution, Function<StageId, EventDrivenFaultTolerantQueryScheduler.StageExecution> stageExecutionLookup, boolean parentEager) ByTaskProgressOutputDataSizeEstimator.getEstimatedOutputDataSize(EventDrivenFaultTolerantQueryScheduler.StageExecution stageExecution, Function<StageId, EventDrivenFaultTolerantQueryScheduler.StageExecution> stageExecutionLookup, boolean parentEager) CompositeOutputDataSizeEstimator.getEstimatedOutputDataSize(EventDrivenFaultTolerantQueryScheduler.StageExecution stageExecution, Function<StageId, EventDrivenFaultTolerantQueryScheduler.StageExecution> stageExecutionLookup, boolean parentEager) OutputDataSizeEstimator.getEstimatedOutputDataSize(EventDrivenFaultTolerantQueryScheduler.StageExecution stageExecution, Function<StageId, EventDrivenFaultTolerantQueryScheduler.StageExecution> stageExecutionLookup, boolean parentEager) EventDrivenFaultTolerantQueryScheduler.StageExecution.getOutputDataSize(Function<StageId, EventDrivenFaultTolerantQueryScheduler.StageExecution> stageExecutionLookup, boolean parentEager) -
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)