Class JobExceptionsInfoWithHistory.RootExceptionInfo
java.lang.Object
org.apache.flink.runtime.rest.messages.JobExceptionsInfoWithHistory.ExceptionInfo
org.apache.flink.runtime.rest.messages.JobExceptionsInfoWithHistory.RootExceptionInfo
- Enclosing class:
- JobExceptionsInfoWithHistory
public static class JobExceptionsInfoWithHistory.RootExceptionInfo
extends JobExceptionsInfoWithHistory.ExceptionInfo
Json equivalent of
RootExceptionHistoryEntry.-
Field Summary
FieldsFields inherited from class org.apache.flink.runtime.rest.messages.JobExceptionsInfoWithHistory.ExceptionInfo
FIELD_NAME_ENDPOINT, FIELD_NAME_EXCEPTION_NAME, FIELD_NAME_EXCEPTION_STACKTRACE, FIELD_NAME_EXCEPTION_TIMESTAMP, FIELD_NAME_FAILURE_LABELS, FIELD_NAME_TASK_MANAGER_ID, FIELD_NAME_TASK_NAME -
Constructor Summary
ConstructorsConstructorDescriptionRootExceptionInfo(String exceptionName, String stacktrace, long timestamp, Map<String, String> failureLabels, String taskName, String endpoint, String taskManagerId, Collection<JobExceptionsInfoWithHistory.ExceptionInfo> concurrentExceptions) RootExceptionInfo(String exceptionName, String stacktrace, long timestamp, Map<String, String> failureLabels, Collection<JobExceptionsInfoWithHistory.ExceptionInfo> concurrentExceptions) -
Method Summary
Methods inherited from class org.apache.flink.runtime.rest.messages.JobExceptionsInfoWithHistory.ExceptionInfo
getEndpoint, getExceptionName, getFailureLabels, getStacktrace, getTaskManagerId, getTaskName, getTimestamp
-
Field Details
-
FIELD_NAME_CONCURRENT_EXCEPTIONS
- See Also:
-
-
Constructor Details
-
RootExceptionInfo
public RootExceptionInfo(String exceptionName, String stacktrace, long timestamp, Map<String, String> failureLabels, Collection<JobExceptionsInfoWithHistory.ExceptionInfo> concurrentExceptions) -
RootExceptionInfo
public RootExceptionInfo(String exceptionName, String stacktrace, long timestamp, Map<String, String> failureLabels, @Nullable String taskName, @Nullable String endpoint, @Nullable String taskManagerId, Collection<JobExceptionsInfoWithHistory.ExceptionInfo> concurrentExceptions)
-
-
Method Details
-
getConcurrentExceptions
-
equals
- Overrides:
equalsin classJobExceptionsInfoWithHistory.ExceptionInfo
-
hashCode
public int hashCode()- Overrides:
hashCodein classJobExceptionsInfoWithHistory.ExceptionInfo
-
toString
- Overrides:
toStringin classJobExceptionsInfoWithHistory.ExceptionInfo
-