| Package | Description |
|---|---|
| org.apache.flink.runtime.rest.messages |
| Modifier and Type | Class and Description |
|---|---|
static class |
JobExceptionsInfoWithHistory.RootExceptionInfo
Json equivalent of
RootExceptionHistoryEntry. |
| Modifier and Type | Method and Description |
|---|---|
Collection<JobExceptionsInfoWithHistory.ExceptionInfo> |
JobExceptionsInfoWithHistory.RootExceptionInfo.getConcurrentExceptions() |
| 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) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.