Package io.trino.execution
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
-
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
-
getAllStages
-
isCompleteInfo
public boolean isCompleteInfo()
-