Class StageInfo
java.lang.Object
io.trino.execution.StageInfo
-
Constructor Summary
ConstructorsConstructorDescriptionStageInfo(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) -
Method Summary
Modifier and TypeMethodDescriptionstatic StageInfocreateInitial(QueryId queryId, StageState state, PlanFragment fragment) getAllStages(Optional<StageInfo> stageInfo) getPlan()getState()getTasks()getTypes()booleanbooleantoString()withSubStages(List<StageInfo> subStages)
-
Constructor Details
-
StageInfo
public StageInfo(StageId stageId, StageState state, @Nullable PlanFragment plan, boolean coordinatorOnly, List<Type> types, StageStats stageStats, List<TaskInfo> tasks, List<StageInfo> subStages, Map<PlanNodeId, TableInfo> tables, ExecutionFailureInfo failureCause)
-
-
Method Details
-
getStageId
-
getState
-
getPlan
-
isCoordinatorOnly
public boolean isCoordinatorOnly() -
getTypes
-
getStageStats
-
getTasks
-
getSubStages
-
getTables
-
getFailureCause
-
isFinalStageInfo
public boolean isFinalStageInfo() -
toString
-
withSubStages
-
pruneDigests
-
createInitial
-
getAllStages
-