public static class JobExceptionsInfoWithHistory.RootExceptionInfo extends JobExceptionsInfoWithHistory.ExceptionInfo
RootExceptionHistoryEntry.| 限定符和类型 | 字段和说明 |
|---|---|
static String |
FIELD_NAME_CONCURRENT_EXCEPTIONS |
FIELD_NAME_EXCEPTION_NAME, FIELD_NAME_EXCEPTION_STACKTRACE, FIELD_NAME_EXCEPTION_TIMESTAMP, FIELD_NAME_LOCATION, FIELD_NAME_TASK_MANAGER_ID, FIELD_NAME_TASK_NAME| 构造器和说明 |
|---|
RootExceptionInfo(String exceptionName,
String stacktrace,
long timestamp,
Collection<JobExceptionsInfoWithHistory.ExceptionInfo> concurrentExceptions) |
RootExceptionInfo(String exceptionName,
String stacktrace,
long timestamp,
String taskName,
String location,
String taskManagerId,
Collection<JobExceptionsInfoWithHistory.ExceptionInfo> concurrentExceptions) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
Collection<JobExceptionsInfoWithHistory.ExceptionInfo> |
getConcurrentExceptions() |
int |
hashCode() |
String |
toString() |
getExceptionName, getLocation, getStacktrace, getTaskManagerId, getTaskName, getTimestamppublic 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, @Nullable String taskManagerId, Collection<JobExceptionsInfoWithHistory.ExceptionInfo> concurrentExceptions)
public Collection<JobExceptionsInfoWithHistory.ExceptionInfo> getConcurrentExceptions()
public boolean equals(Object o)
public int hashCode()
public String toString()
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.