Modifier and Type | Class and Description |
---|---|
class |
ArchivedExecutionJobVertex |
class |
ExecutionJobVertex
|
class |
SpeculativeExecutionJobVertex
The ExecutionJobVertex which supports speculative execution.
|
Modifier and Type | Method and Description |
---|---|
AccessExecutionJobVertex |
AccessExecutionGraph.getJobVertex(JobVertexID id)
Returns the job vertex for the given
JobVertexID . |
Modifier and Type | Method and Description |
---|---|
Map<JobVertexID,AccessExecutionJobVertex> |
ArchivedExecutionGraph.getAllVertices() |
Map<JobVertexID,? extends AccessExecutionJobVertex> |
AccessExecutionGraph.getAllVertices()
Returns a map containing all job vertices for this execution graph.
|
Iterable<? extends AccessExecutionJobVertex> |
AccessExecutionGraph.getVerticesTopologically()
Returns an iterable containing all job vertices for this execution graph in the order they
were created.
|
Modifier and Type | Method and Description |
---|---|
protected MetricCollectionResponseBody |
JobVertexWatermarksHandler.handleRequest(HandlerRequest<EmptyRequestBody> request,
AccessExecutionJobVertex jobVertex) |
Modifier and Type | Method and Description |
---|---|
Optional<T> |
VertexStatsTracker.getExecutionVertexStats(JobID jobId,
AccessExecutionJobVertex vertex,
int subtaskIndex)
Returns statistics for a execution vertex.
|
Optional<T> |
VertexStatsTracker.getJobVertexStats(JobID jobId,
AccessExecutionJobVertex vertex)
Returns statistics for a job vertex.
|
Modifier and Type | Method and Description |
---|---|
Optional<VertexThreadInfoStats> |
VertexThreadInfoTracker.getExecutionVertexStats(JobID jobId,
AccessExecutionJobVertex vertex,
int subtaskIndex) |
Optional<VertexThreadInfoStats> |
VertexThreadInfoTracker.getJobVertexStats(JobID jobId,
AccessExecutionJobVertex vertex) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.