Uses of Class
io.trino.execution.scheduler.StageExecution.State
-
Packages that use StageExecution.State Package Description io.trino.execution.scheduler -
-
Uses of StageExecution.State in io.trino.execution.scheduler
Methods in io.trino.execution.scheduler that return StageExecution.State Modifier and Type Method Description StageExecution.StatePipelinedStageExecution. getState()StageExecution.StateStageExecution. getState()static StageExecution.StateStageExecution.State. valueOf(String name)Returns the enum constant of this type with the specified name.static StageExecution.State[]StageExecution.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in io.trino.execution.scheduler with type arguments of type StageExecution.State Modifier and Type Method Description voidPipelinedStageExecution. 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)
-