Uses of Enum Class
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 TypeMethodDescriptionSqlStage.getState()StageInfo.getState()StageStateMachine.getState()static StageStateReturns the enum constant of this class with the specified name.static StageState[]StageState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.execution with parameters of type StageStateModifier and TypeMethodDescriptionstatic StageInfoStageInfo.createInitial(QueryId queryId, StageState state, PlanFragment fragment) StageStats.toBasicStageStats(StageState stageState) Method 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) -
Uses of StageState in io.trino.execution.scheduler.faulttolerant
Methods in io.trino.execution.scheduler.faulttolerant that return StageStateModifier and TypeMethodDescriptionEventDrivenFaultTolerantQueryScheduler.StageExecution.getState()