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, QueryMonitorConfig config) -
Uses of StageInfo in io.trino.execution
Methods in io.trino.execution that return StageInfoModifier and TypeMethodDescriptionSqlStage.getStageInfo()StageStateMachine.getStageInfo(Supplier<Iterable<TaskInfo>> taskInfosSupplier) 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) -
Uses of StageInfo in io.trino.execution.scheduler
Methods in io.trino.execution.scheduler that return StageInfo -
Uses of StageInfo in io.trino.sql.planner.planprinter
Methods in io.trino.sql.planner.planprinter with parameters of type StageInfoModifier and TypeMethodDescriptionstatic StringPlanPrinter.textDistributedPlan(StageInfo outputStageInfo, QueryStats queryStats, Metadata metadata, Session session, boolean verbose) static StringPlanPrinter.textDistributedPlan(StageInfo outputStageInfo, QueryStats queryStats, ValuePrinter valuePrinter, boolean verbose) Method parameters in io.trino.sql.planner.planprinter with type arguments of type StageInfoModifier and TypeMethodDescriptionstatic Map<PlanNodeId,PlanNodeStats> PlanNodeStatsSummarizer.aggregateStageStats(List<StageInfo> stageInfos)