public static class JobExceptionsInfoWithHistory.RootExceptionInfo extends JobExceptionsInfoWithHistory.ExceptionInfo
RootExceptionHistoryEntry.| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_NAME_CONCURRENT_EXCEPTIONS |
FIELD_NAME_ENDPOINT, FIELD_NAME_EXCEPTION_NAME, FIELD_NAME_EXCEPTION_STACKTRACE, FIELD_NAME_EXCEPTION_TIMESTAMP, FIELD_NAME_FAILURE_LABELS, FIELD_NAME_LOCATION, FIELD_NAME_TASK_MANAGER_ID, FIELD_NAME_TASK_NAME| Constructor and Description |
|---|
RootExceptionInfo(String exceptionName,
String stacktrace,
long timestamp,
Map<String,String> failureLabels,
Collection<JobExceptionsInfoWithHistory.ExceptionInfo> concurrentExceptions) |
RootExceptionInfo(String exceptionName,
String stacktrace,
long timestamp,
Map<String,String> failureLabels,
String taskName,
String location,
String endpoint,
String taskManagerId,
Collection<JobExceptionsInfoWithHistory.ExceptionInfo> concurrentExceptions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Collection<JobExceptionsInfoWithHistory.ExceptionInfo> |
getConcurrentExceptions() |
int |
hashCode() |
String |
toString() |
getEndpoint, getExceptionName, getFailureLabels, getLocation, getStacktrace, getTaskManagerId, getTaskName, getTimestamppublic static final String FIELD_NAME_CONCURRENT_EXCEPTIONS
public RootExceptionInfo(String exceptionName, String stacktrace, long timestamp, Map<String,String> failureLabels, Collection<JobExceptionsInfoWithHistory.ExceptionInfo> concurrentExceptions)
public RootExceptionInfo(String exceptionName, String stacktrace, long timestamp, Map<String,String> failureLabels, @Nullable String taskName, @Nullable String location, @Nullable String endpoint, @Nullable String taskManagerId, Collection<JobExceptionsInfoWithHistory.ExceptionInfo> concurrentExceptions)
public Collection<JobExceptionsInfoWithHistory.ExceptionInfo> getConcurrentExceptions()
public boolean equals(Object o)
equals in class JobExceptionsInfoWithHistory.ExceptionInfopublic int hashCode()
hashCode in class JobExceptionsInfoWithHistory.ExceptionInfopublic String toString()
toString in class JobExceptionsInfoWithHistory.ExceptionInfoCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.