Class JobExceptionsInfoWithHistory.ExceptionInfo
- java.lang.Object
-
- org.apache.flink.runtime.rest.messages.JobExceptionsInfoWithHistory.ExceptionInfo
-
- Direct Known Subclasses:
JobExceptionsInfoWithHistory.RootExceptionInfo
- Enclosing class:
- JobExceptionsInfoWithHistory
public static class JobExceptionsInfoWithHistory.ExceptionInfo extends Object
Json equivalent ofExceptionHistoryEntry.
-
-
Field Summary
Fields Modifier and Type Field Description static StringFIELD_NAME_EXCEPTION_NAMEstatic StringFIELD_NAME_EXCEPTION_STACKTRACEstatic StringFIELD_NAME_EXCEPTION_TIMESTAMPstatic StringFIELD_NAME_FAILURE_LABELSstatic StringFIELD_NAME_LOCATIONstatic StringFIELD_NAME_TASK_MANAGER_IDstatic StringFIELD_NAME_TASK_NAME
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetExceptionName()Map<String,String>getFailureLabels()StringgetLocation()StringgetStacktrace()StringgetTaskManagerId()StringgetTaskName()longgetTimestamp()inthashCode()StringtoString()
-
-
-
Field Detail
-
FIELD_NAME_EXCEPTION_NAME
public static final String FIELD_NAME_EXCEPTION_NAME
- See Also:
- Constant Field Values
-
FIELD_NAME_EXCEPTION_STACKTRACE
public static final String FIELD_NAME_EXCEPTION_STACKTRACE
- See Also:
- Constant Field Values
-
FIELD_NAME_EXCEPTION_TIMESTAMP
public static final String FIELD_NAME_EXCEPTION_TIMESTAMP
- See Also:
- Constant Field Values
-
FIELD_NAME_TASK_NAME
public static final String FIELD_NAME_TASK_NAME
- See Also:
- Constant Field Values
-
FIELD_NAME_LOCATION
public static final String FIELD_NAME_LOCATION
- See Also:
- Constant Field Values
-
FIELD_NAME_TASK_MANAGER_ID
public static final String FIELD_NAME_TASK_MANAGER_ID
- See Also:
- Constant Field Values
-
FIELD_NAME_FAILURE_LABELS
public static final String FIELD_NAME_FAILURE_LABELS
- See Also:
- Constant Field Values
-
-