Package | Description |
---|---|
org.apache.flink.runtime.executiongraph |
Modifier and Type | Class and Description |
---|---|
class |
ArchivedExecution |
class |
Execution
A single execution of a vertex.
|
Modifier and Type | Method and Description |
---|---|
AccessExecution |
AccessExecutionVertex.getCurrentExecutionAttempt()
Returns the current execution for this execution vertex.
|
AccessExecution |
AccessExecutionVertex.getPriorExecutionAttempt(int attemptNumber)
Returns the execution for the given attempt number.
|
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.