| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph |
| Modifier and Type | Method and Description |
|---|---|
ArchivedExecution |
Execution.archive() |
ArchivedExecution |
ArchivedExecutionVertex.getCurrentExecutionAttempt() |
ArchivedExecution |
ExecutionVertex.getLatestPriorExecution() |
ArchivedExecution |
ExecutionVertex.getPriorExecutionAttempt(int attemptNumber) |
ArchivedExecution |
ArchivedExecutionVertex.getPriorExecutionAttempt(int attemptNumber) |
| Constructor and Description |
|---|
ArchivedExecutionVertex(int subTaskIndex,
String taskNameWithSubtask,
ArchivedExecution currentExecution,
EvictingBoundedList<ArchivedExecution> priorExecutions) |
| Constructor and Description |
|---|
ArchivedExecutionVertex(int subTaskIndex,
String taskNameWithSubtask,
ArchivedExecution currentExecution,
EvictingBoundedList<ArchivedExecution> priorExecutions) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.