public interface AccessExecutionVertex
ExecutionVertex
and ArchivedExecutionVertex
.Modifier and Type | Method and Description |
---|---|
TaskManagerLocation |
getCurrentAssignedResourceLocation()
Returns the
TaskManagerLocation for this execution vertex. |
AccessExecution |
getCurrentExecutionAttempt()
Returns the current execution for this execution vertex.
|
<T extends AccessExecution> |
getCurrentExecutions()
Returns the current executions for this execution vertex.
|
ExecutionHistory |
getExecutionHistory()
Returns the execution history.
|
ExecutionState |
getExecutionState()
Returns the current
ExecutionState for this execution vertex. |
Optional<ErrorInfo> |
getFailureInfo()
Returns the exception that caused the job to fail.
|
int |
getParallelSubtaskIndex()
Returns the subtask index of this execution vertex.
|
long |
getStateTimestamp(ExecutionState state)
Returns the timestamp for the given
ExecutionState . |
String |
getTaskNameWithSubtaskIndex()
Returns the name of this execution vertex in the format "myTask (2/7)".
|
String getTaskNameWithSubtaskIndex()
int getParallelSubtaskIndex()
AccessExecution getCurrentExecutionAttempt()
<T extends AccessExecution> Collection<T> getCurrentExecutions()
ExecutionState getExecutionState()
ExecutionState
for this execution vertex.long getStateTimestamp(ExecutionState state)
ExecutionState
.state
- state for which the timestamp should be returnedOptional<ErrorInfo> getFailureInfo()
TaskManagerLocation getCurrentAssignedResourceLocation()
TaskManagerLocation
for this execution vertex.ExecutionHistory getExecutionHistory()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.