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 ofRootExceptionHistoryEntry
.
-
-
Field Summary
Fields Modifier and Type Field Description static String
FIELD_NAME_CONCURRENT_EXCEPTIONS
-
Fields 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
Constructors Constructor Description RootExceptionInfo(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Collection<JobExceptionsInfoWithHistory.ExceptionInfo>
getConcurrentExceptions()
int
hashCode()
String
toString()
-
Methods inherited from class org.apache.flink.runtime.rest.messages.JobExceptionsInfoWithHistory.ExceptionInfo
getEndpoint, getExceptionName, getFailureLabels, getStacktrace, getTaskManagerId, getTaskName, getTimestamp
-
-
-
-
Field Detail
-
FIELD_NAME_CONCURRENT_EXCEPTIONS
public static final String FIELD_NAME_CONCURRENT_EXCEPTIONS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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 Detail
-
getConcurrentExceptions
public Collection<JobExceptionsInfoWithHistory.ExceptionInfo> getConcurrentExceptions()
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classJobExceptionsInfoWithHistory.ExceptionInfo
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classJobExceptionsInfoWithHistory.ExceptionInfo
-
toString
public String toString()
- Overrides:
toString
in classJobExceptionsInfoWithHistory.ExceptionInfo
-
-