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_ENDPOINTstatic StringFIELD_NAME_EXCEPTION_NAMEstatic StringFIELD_NAME_EXCEPTION_STACKTRACEstatic StringFIELD_NAME_EXCEPTION_TIMESTAMPstatic StringFIELD_NAME_FAILURE_LABELSstatic 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)StringgetEndpoint()StringgetExceptionName()Map<String,String>getFailureLabels()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_ENDPOINT
public static final String FIELD_NAME_ENDPOINT
- 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
-
-
Method Detail
-
getExceptionName
public String getExceptionName()
-
getStacktrace
public String getStacktrace()
-
getTimestamp
public long getTimestamp()
-
getTaskName
@Nullable public String getTaskName()
-
getEndpoint
@Nullable public String getEndpoint()
-
getTaskManagerId
@Nullable public String getTaskManagerId()
-
-