Uses of Class
io.trino.execution.StageInfo
Packages that use StageInfo
Package
Description
-
Uses of StageInfo in io.trino.cost
Methods in io.trino.cost with parameters of type StageInfo -
Uses of StageInfo in io.trino.event
Constructor parameters in io.trino.event with type arguments of type StageInfoModifierConstructorDescriptionQueryMonitor(io.airlift.json.JsonCodec<StageInfo> stageInfoCodec, io.airlift.json.JsonCodec<OperatorStats> operatorStatsCodec, io.airlift.json.JsonCodec<ExecutionFailureInfo> executionFailureInfoCodec, io.airlift.json.JsonCodec<StatsAndCosts> statsAndCostsCodec, EventListenerManager eventListenerManager, io.airlift.node.NodeInfo nodeInfo, NodeVersion nodeVersion, SessionPropertyManager sessionPropertyManager, Metadata metadata, FunctionManager functionManager, QueryMonitorConfig config) -
Uses of StageInfo in io.trino.execution
Methods in io.trino.execution that return StageInfoModifier and TypeMethodDescriptionstatic StageInfoStageInfo.createInitial(QueryId queryId, StageState state, PlanFragment fragment) SqlStage.getStageInfo()StageStateMachine.getStageInfo(Supplier<Iterable<TaskInfo>> taskInfosSupplier) StageInfo.withSubStages(List<StageInfo> subStages) Methods in io.trino.execution that return types with arguments of type StageInfoModifier and TypeMethodDescriptionStageInfo.getAllStages(Optional<StageInfo> stageInfo) QueryInfo.getOutputStage()StageInfo.getSubStages()Method parameters in io.trino.execution with type arguments of type StageInfoModifier and TypeMethodDescriptionvoidSqlStage.addFinalStageInfoListener(StateMachine.StateChangeListener<StageInfo> stateChangeListener) Add a listener for the final stage info.voidStageStateMachine.addFinalStageInfoListener(StateMachine.StateChangeListener<StageInfo> finalStatusListener) Add a listener for the final stage info.StageInfo.getAllStages(Optional<StageInfo> stageInfo) QueryStateMachine.updateQueryInfo(Optional<StageInfo> stageInfo) QueryStateMachine.updateResultQueryInfo(Optional<BasicStageInfo> stageInfo, Supplier<Optional<StageInfo>> stageInfoProvider) StageInfo.withSubStages(List<StageInfo> subStages) Constructors in io.trino.execution with parameters of type StageInfo -
Uses of StageInfo in io.trino.execution.scheduler
Methods in io.trino.execution.scheduler that return StageInfoModifier and TypeMethodDescriptionPipelinedQueryScheduler.getStageInfo()QueryScheduler.getStageInfo() -
Uses of StageInfo in io.trino.execution.scheduler.faulttolerant
Methods in io.trino.execution.scheduler.faulttolerant that return StageInfoModifier and TypeMethodDescriptionEventDrivenFaultTolerantQueryScheduler.getStageInfo()EventDrivenFaultTolerantQueryScheduler.StageExecution.getStageInfo() -
Uses of StageInfo in io.trino.sql.planner.planprinter
Methods in io.trino.sql.planner.planprinter with parameters of type StageInfoModifier and TypeMethodDescriptionstatic StringPlanPrinter.jsonDistributedPlan(StageInfo outputStageInfo, Session session, Metadata metadata, FunctionManager functionManager, Anonymizer anonymizer) static StringPlanPrinter.textDistributedPlan(StageInfo outputStageInfo, QueryStats queryStats, Metadata metadata, FunctionManager functionManager, Session session, boolean verbose, NodeVersion version) static StringPlanPrinter.textDistributedPlan(StageInfo outputStageInfo, QueryStats queryStats, ValuePrinter valuePrinter, boolean verbose, Anonymizer anonymizer, NodeVersion version) Method parameters in io.trino.sql.planner.planprinter with type arguments of type StageInfoModifier and TypeMethodDescriptionstatic Map<PlanNodeId, PlanNodeStats> PlanNodeStatsSummarizer.aggregateStageStats(List<StageInfo> stageInfos)