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