| Package | Description |
|---|---|
| org.apache.flink.runtime.rest.messages |
| Modifier and Type | Method and Description |
|---|---|
List<JobExceptionsInfo.ExecutionExceptionInfo> |
JobExceptionsInfo.getAllExceptions() |
| Constructor and Description |
|---|
JobExceptionsInfo(String rootException,
Long rootTimestamp,
List<JobExceptionsInfo.ExecutionExceptionInfo> allExceptions,
boolean truncated) |
JobExceptionsInfoWithHistory(String rootException,
Long rootTimestamp,
List<JobExceptionsInfo.ExecutionExceptionInfo> allExceptions,
boolean truncated,
JobExceptionsInfoWithHistory.JobExceptionHistory exceptionHistory) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.