枚举的使用
org.apache.seatunnel.engine.server.execution.ExecutionState
使用ExecutionState的程序包
-
org.apache.seatunnel.engine.server.dag.physical中ExecutionState的使用
-
org.apache.seatunnel.engine.server.execution中ExecutionState的使用
修饰符和类型方法说明TaskExecutionState.getExecutionState()static ExecutionState返回带有指定名称的该类型的枚举常量。static ExecutionState[]ExecutionState.values()按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。限定符构造器说明TaskExecutionState(TaskGroupLocation taskGroupLocation, ExecutionState executionState) TaskExecutionState(TaskGroupLocation taskGroupLocation, ExecutionState executionState, String throwableMsg) TaskExecutionState(TaskGroupLocation taskGroupLocation, ExecutionState executionState, Throwable throwable)