Uses of Class
io.trino.execution.StageInfo
-
Packages that use StageInfo Package Description io.trino.cost io.trino.event io.trino.execution io.trino.execution.scheduler io.trino.sql.planner.planprinter -
-
Uses of StageInfo in io.trino.cost
Methods in io.trino.cost with parameters of type StageInfo Modifier and Type Method Description static StatsAndCostsStatsAndCosts. create(StageInfo stageInfo) -
Uses of StageInfo in io.trino.event
Constructor parameters in io.trino.event with type arguments of type StageInfo Constructor Description QueryMonitor(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 StageInfo Modifier and Type Method Description StageInfoSqlStage. getStageInfo()StageInfoStageStateMachine. getStageInfo(Supplier<Iterable<TaskInfo>> taskInfosSupplier)Methods in io.trino.execution that return types with arguments of type StageInfo Modifier and Type Method Description static List<StageInfo>StageInfo. getAllStages(Optional<StageInfo> stageInfo)Optional<StageInfo>QueryInfo. getOutputStage()List<StageInfo>StageInfo. getSubStages()Method parameters in io.trino.execution with type arguments of type StageInfo Modifier and Type Method Description voidSqlStage. 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.static List<StageInfo>StageInfo. getAllStages(Optional<StageInfo> stageInfo)QueryInfoQueryStateMachine. updateQueryInfo(Optional<StageInfo> stageInfo) -
Uses of StageInfo in io.trino.execution.scheduler
Methods in io.trino.execution.scheduler that return StageInfo Modifier and Type Method Description StageInfoSqlQueryScheduler. getStageInfo() -
Uses of StageInfo in io.trino.sql.planner.planprinter
Methods in io.trino.sql.planner.planprinter with parameters of type StageInfo Modifier and Type Method Description static 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 StageInfo Modifier and Type Method Description static Map<PlanNodeId,PlanNodeStats>PlanNodeStatsSummarizer. aggregateStageStats(List<StageInfo> stageInfos)
-