Uses of Enum
io.trino.execution.StageState
Packages that use StageState
-
Uses of StageState in io.trino.execution
Fields in io.trino.execution with type parameters of type StageStateMethods in io.trino.execution that return StageStateModifier and TypeMethodDescriptionStageInfo.getState()StageStateMachine.getState()static StageStateReturns 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 StageStateMethod parameters in io.trino.execution with type arguments of type StageStateModifier and TypeMethodDescriptionvoidStageStateMachine.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 StageStateModifierConstructorDescriptionStageInfo(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)