Uses of Class
io.trino.execution.StageState
-
Packages that use StageState Package Description io.trino.execution -
-
Uses of StageState in io.trino.execution
Fields in io.trino.execution with type parameters of type StageState Modifier and Type Field Description static Set<StageState>StageState. TERMINAL_STAGE_STATESMethods in io.trino.execution that return StageState Modifier and Type Method Description StageStateSqlStageExecution. getState()StageStateStageInfo. getState()StageStateStageStateMachine. getState()static StageStateStageState. valueOf(String name)Returns the enum constant of this type with the specified name.static StageState[]StageState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.execution with parameters of type StageState Modifier and Type Method Description BasicStageStatsStageStats. toBasicStageStats(StageState stageState)Method parameters in io.trino.execution with type arguments of type StageState Modifier and Type Method Description voidSqlStageExecution. addStateChangeListener(StateMachine.StateChangeListener<StageState> stateChangeListener)Listener is always notified asynchronously using a dedicated notification thread pool so, care should be taken to avoid leakingthiswhen adding a listener in a constructor.voidStageStateMachine. addStateChangeListener(StateMachine.StateChangeListener<StageState> stateChangeListener)Listener is always notified asynchronously using a dedicated notification thread pool so, care should be taken to avoid leakingthiswhen adding a listener in a constructor.Constructors in io.trino.execution with parameters of type StageState Constructor Description StageInfo(StageId stageId, StageState state, PlanFragment plan, List<Type> types, StageStats stageStats, List<TaskInfo> tasks, List<StageInfo> subStages, Map<PlanNodeId,TableInfo> tables, ExecutionFailureInfo failureCause)
-