Modifier and Type | Class and Description |
---|---|
class |
ArchivedExecution
ArchivedExecution is a readonly representation of Execution . |
class |
Execution
A single execution of a vertex.
|
Modifier and Type | Method and Description |
---|---|
<T extends AccessExecution> |
AccessExecutionVertex.getCurrentExecutions()
Returns the current executions for this execution vertex.
|
Modifier and Type | Method and Description |
---|---|
AccessExecution |
AccessExecutionVertex.getCurrentExecutionAttempt()
Returns the current execution for this execution vertex.
|
Modifier and Type | Method and Description |
---|---|
Optional<AccessExecution> |
DefaultExecutionGraph.findExecution(ExecutionAttemptID attemptId) |
Optional<AccessExecution> |
ExecutionGraph.findExecution(ExecutionAttemptID attemptId) |
Collection<AccessExecution> |
ArchivedExecutionVertex.getCurrentExecutions() |
Modifier and Type | Method and Description |
---|---|
protected SubtaskExecutionAttemptAccumulatorsInfo |
SubtaskExecutionAttemptAccumulatorsHandler.handleRequest(HandlerRequest<EmptyRequestBody> request,
AccessExecution execution) |
protected abstract R |
AbstractSubtaskAttemptHandler.handleRequest(HandlerRequest<EmptyRequestBody> request,
AccessExecution execution)
Called for each request after the corresponding
AccessExecution has been retrieved
from the AccessExecutionVertex . |
protected SubtaskExecutionAttemptDetailsInfo |
SubtaskExecutionAttemptDetailsHandler.handleRequest(HandlerRequest<EmptyRequestBody> request,
AccessExecution execution) |
Modifier and Type | Method and Description |
---|---|
void |
MutableIOMetrics.addIOMetrics(AccessExecution attempt,
MetricFetcher fetcher,
String jobID,
String taskID)
Adds the IO metrics for the given attempt to this object.
|
Modifier and Type | Method and Description |
---|---|
static SubtaskExecutionAttemptDetailsInfo |
SubtaskExecutionAttemptDetailsInfo.create(AccessExecution execution,
MetricFetcher metricFetcher,
JobID jobID,
JobVertexID jobVertexID,
List<SubtaskExecutionAttemptDetailsInfo> otherConcurrentAttempts) |
static Map<ExecutionState,Long> |
StatusDurationUtils.getExecutionStateDuration(AccessExecution execution) |
Modifier and Type | Method and Description |
---|---|
static ExceptionHistoryEntry |
ExceptionHistoryEntry.create(AccessExecution failedExecution,
String taskName)
Creates an
ExceptionHistoryEntry based on the provided Execution . |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.