public static class JobExceptionsInfoWithHistory.RootExceptionInfo extends JobExceptionsInfoWithHistory.ExceptionInfo
RootExceptionHistoryEntry.| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_NAME_CONCURRENT_EXCEPTIONS |
FIELD_NAME_EXCEPTION_NAME, FIELD_NAME_EXCEPTION_STACKTRACE, FIELD_NAME_EXCEPTION_TIMESTAMP, FIELD_NAME_LOCATION, FIELD_NAME_TASK_NAME| Constructor and Description |
|---|
RootExceptionInfo(String exceptionName,
String stacktrace,
long timestamp,
Collection<JobExceptionsInfoWithHistory.ExceptionInfo> concurrentExceptions) |
RootExceptionInfo(String exceptionName,
String stacktrace,
long timestamp,
String taskName,
String location,
Collection<JobExceptionsInfoWithHistory.ExceptionInfo> concurrentExceptions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Collection<JobExceptionsInfoWithHistory.ExceptionInfo> |
getConcurrentExceptions() |
int |
hashCode() |
String |
toString() |
getExceptionName, getLocation, getStacktrace, getTaskName, getTimestamppublic static final String FIELD_NAME_CONCURRENT_EXCEPTIONS
public RootExceptionInfo(String exceptionName, String stacktrace, long timestamp, Collection<JobExceptionsInfoWithHistory.ExceptionInfo> concurrentExceptions)
public RootExceptionInfo(String exceptionName, String stacktrace, long timestamp, @Nullable String taskName, @Nullable String location, 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–2022 The Apache Software Foundation. All rights reserved.