| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.rest.messages |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
JobExceptionsInfoWithHistory.RootExceptionInfo
Json equivalent of
RootExceptionHistoryEntry. |
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<JobExceptionsInfoWithHistory.ExceptionInfo> |
JobExceptionsInfoWithHistory.RootExceptionInfo.getConcurrentExceptions() |
| 构造器和说明 |
|---|
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) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.