Uses of Enum Class
io.trino.execution.scheduler.StageExecution.State
Packages that use StageExecution.State
-
Uses of StageExecution.State in io.trino.execution.scheduler
Methods in io.trino.execution.scheduler that return StageExecution.StateModifier and TypeMethodDescriptionPipelinedStageExecution.getState()StageExecution.getState()static StageExecution.StateReturns the enum constant of this class with the specified name.static StageExecution.State[]StageExecution.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in io.trino.execution.scheduler with type arguments of type StageExecution.StateModifier and TypeMethodDescriptionvoidPipelinedStageExecution.addStateChangeListener(StateMachine.StateChangeListener<StageExecution.State> 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.voidStageExecution.addStateChangeListener(StateMachine.StateChangeListener<StageExecution.State> stateChangeListener)