类 TaskExecutionState
java.lang.Object
org.apache.seatunnel.engine.server.execution.TaskExecutionState
- 所有已实现的接口:
Serializable
- 另请参阅:
-
构造器概要
构造器构造器说明TaskExecutionState(TaskGroupLocation taskGroupLocation, ExecutionState executionState) TaskExecutionState(TaskGroupLocation taskGroupLocation, ExecutionState executionState, String throwableMsg) TaskExecutionState(TaskGroupLocation taskGroupLocation, ExecutionState executionState, Throwable throwable) -
方法概要
修饰符和类型方法说明
-
构造器详细资料
-
TaskExecutionState
public TaskExecutionState(TaskGroupLocation taskGroupLocation, ExecutionState executionState, Throwable throwable) -
TaskExecutionState
-
TaskExecutionState
public TaskExecutionState(TaskGroupLocation taskGroupLocation, ExecutionState executionState, String throwableMsg)
-
-
方法详细资料
-
getExecutionState
-
getThrowableMsg
-
getTaskGroupLocation
-