Uses of Class
io.trino.execution.scheduler.PipelinedStageExecution.State
-
Packages that use PipelinedStageExecution.State Package Description io.trino.execution.scheduler -
-
Uses of PipelinedStageExecution.State in io.trino.execution.scheduler
Methods in io.trino.execution.scheduler that return PipelinedStageExecution.State Modifier and Type Method Description PipelinedStageExecution.StatePipelinedStageExecution. getState()static PipelinedStageExecution.StatePipelinedStageExecution.State. valueOf(String name)Returns the enum constant of this type with the specified name.static PipelinedStageExecution.State[]PipelinedStageExecution.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 PipelinedStageExecution.State Modifier and Type Method Description voidPipelinedStageExecution. addStateChangeListener(StateMachine.StateChangeListener<PipelinedStageExecution.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.
-