public class ArchivedExecutionJobVertex extends Object implements AccessExecutionJobVertex, Serializable
| Constructor and Description |
|---|
ArchivedExecutionJobVertex(ArchivedExecutionVertex[] taskVertices,
JobVertexID id,
String name,
int parallelism,
int maxParallelism,
StringifiedAccumulatorResult[] archivedUserAccumulators) |
ArchivedExecutionJobVertex(ExecutionJobVertex jobVertex) |
| Modifier and Type | Method and Description |
|---|---|
StringifiedAccumulatorResult[] |
getAggregatedUserAccumulatorsStringified()
Returns the aggregated user-defined accumulators as strings.
|
ExecutionState |
getAggregateState()
Returns the aggregated
ExecutionState for this job vertex. |
JobVertexID |
getJobVertexId()
Returns the
JobVertexID for this job vertex. |
int |
getMaxParallelism()
Returns the max parallelism for this job vertex.
|
String |
getName()
Returns the name for this job vertex.
|
int |
getParallelism()
Returns the parallelism for this job vertex.
|
ArchivedExecutionVertex[] |
getTaskVertices()
Returns all execution vertices for this job vertex.
|
public ArchivedExecutionJobVertex(ExecutionJobVertex jobVertex)
public ArchivedExecutionJobVertex(ArchivedExecutionVertex[] taskVertices, JobVertexID id, String name, int parallelism, int maxParallelism, StringifiedAccumulatorResult[] archivedUserAccumulators)
public String getName()
AccessExecutionJobVertexgetName in interface AccessExecutionJobVertexpublic int getParallelism()
AccessExecutionJobVertexgetParallelism in interface AccessExecutionJobVertexpublic int getMaxParallelism()
AccessExecutionJobVertexgetMaxParallelism in interface AccessExecutionJobVertexpublic JobVertexID getJobVertexId()
AccessExecutionJobVertexJobVertexID for this job vertex.getJobVertexId in interface AccessExecutionJobVertexpublic ArchivedExecutionVertex[] getTaskVertices()
AccessExecutionJobVertexgetTaskVertices in interface AccessExecutionJobVertexpublic ExecutionState getAggregateState()
AccessExecutionJobVertexExecutionState for this job vertex.getAggregateState in interface AccessExecutionJobVertexpublic StringifiedAccumulatorResult[] getAggregatedUserAccumulatorsStringified()
AccessExecutionJobVertexgetAggregatedUserAccumulatorsStringified in interface AccessExecutionJobVertexCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.