Class JobExceptionsInfo.ExecutionExceptionInfo
- java.lang.Object
-
- org.apache.flink.runtime.rest.messages.JobExceptionsInfo.ExecutionExceptionInfo
-
- Enclosing class:
- JobExceptionsInfo
@Deprecated public static final class JobExceptionsInfo.ExecutionExceptionInfo extends Object
Deprecated.ExecutionExceptionInfowill be replaced byJobExceptionsInfoWithHistory.ExceptionInfoas part of the effort of deprecatingJobExceptionsInfo.allExceptions.Nested class to encapsulate the task execution exception.
-
-
Field Summary
Fields Modifier and Type Field Description static StringFIELD_NAME_EXCEPTIONDeprecated.static StringFIELD_NAME_LOCATIONDeprecated.static StringFIELD_NAME_TASKDeprecated.static StringFIELD_NAME_TASK_MANAGER_IDDeprecated.static StringFIELD_NAME_TIMESTAMPDeprecated.
-
Constructor Summary
Constructors Constructor Description ExecutionExceptionInfo(String exception, String task, String location, long timestamp, String taskManagerId)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)Deprecated.inthashCode()Deprecated.StringtoString()Deprecated.
-
-
-
Field Detail
-
FIELD_NAME_EXCEPTION
public static final String FIELD_NAME_EXCEPTION
Deprecated.- See Also:
- Constant Field Values
-
FIELD_NAME_TASK
public static final String FIELD_NAME_TASK
Deprecated.- See Also:
- Constant Field Values
-
FIELD_NAME_LOCATION
public static final String FIELD_NAME_LOCATION
Deprecated.- See Also:
- Constant Field Values
-
FIELD_NAME_TIMESTAMP
public static final String FIELD_NAME_TIMESTAMP
Deprecated.- See Also:
- Constant Field Values
-
FIELD_NAME_TASK_MANAGER_ID
public static final String FIELD_NAME_TASK_MANAGER_ID
Deprecated.- See Also:
- Constant Field Values
-
-