public class ArchivedExecutionJobVertex extends Object implements AccessExecutionJobVertex, Serializable
| 构造器和说明 |
|---|
ArchivedExecutionJobVertex(ArchivedExecutionVertex[] taskVertices,
JobVertexID id,
String name,
int parallelism,
int maxParallelism,
ResourceProfile resourceProfile,
StringifiedAccumulatorResult[] archivedUserAccumulators) |
ArchivedExecutionJobVertex(ExecutionJobVertex jobVertex) |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
ResourceProfile |
getResourceProfile()
Returns the resource profile 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, ResourceProfile resourceProfile, StringifiedAccumulatorResult[] archivedUserAccumulators)
public String getName()
AccessExecutionJobVertexgetName 在接口中 AccessExecutionJobVertexpublic int getParallelism()
AccessExecutionJobVertexgetParallelism 在接口中 AccessExecutionJobVertexpublic int getMaxParallelism()
AccessExecutionJobVertexgetMaxParallelism 在接口中 AccessExecutionJobVertexpublic ResourceProfile getResourceProfile()
AccessExecutionJobVertexgetResourceProfile 在接口中 AccessExecutionJobVertexpublic JobVertexID getJobVertexId()
AccessExecutionJobVertexJobVertexID for this job vertex.getJobVertexId 在接口中 AccessExecutionJobVertexpublic ArchivedExecutionVertex[] getTaskVertices()
AccessExecutionJobVertexgetTaskVertices 在接口中 AccessExecutionJobVertexpublic ExecutionState getAggregateState()
AccessExecutionJobVertexExecutionState for this job vertex.getAggregateState 在接口中 AccessExecutionJobVertexpublic StringifiedAccumulatorResult[] getAggregatedUserAccumulatorsStringified()
AccessExecutionJobVertexgetAggregatedUserAccumulatorsStringified 在接口中 AccessExecutionJobVertexCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.