public class ExecutionJobVertex extends Object implements Serializable
Execution job vertex is the physical form of JobVertex and every execution job vertex
is corresponding to a group of ExecutionVertex.
| Constructor and Description |
|---|
ExecutionJobVertex(JobVertex jobVertex,
Map<String,String> jobConfig,
AtomicInteger idGenerator,
long buildTime) |
| Modifier and Type | Method and Description |
|---|---|
long |
getBuildTime() |
int |
getExecutionJobVertexId() |
String |
getExecutionJobVertexName() |
String |
getExecutionJobVertexNameWithIndex()
e.g.
|
Map<Integer,io.ray.api.BaseActorHandle> |
getExecutionVertexWorkers() |
List<ExecutionVertex> |
getExecutionVertices() |
List<ExecutionJobEdge> |
getInputEdges() |
Map<String,String> |
getJobConfig() |
Language |
getLanguage() |
List<ExecutionJobEdge> |
getOutputEdges() |
int |
getParallelism() |
StreamOperator |
getStreamOperator() |
VertexType |
getVertexType() |
boolean |
isSinkVertex() |
boolean |
isSourceVertex() |
boolean |
isTransformationVertex() |
void |
setExecutionVertices(List<ExecutionVertex> executionVertex) |
void |
setInputEdges(List<ExecutionJobEdge> inputEdges) |
void |
setOutputEdges(List<ExecutionJobEdge> outputEdges) |
String |
toString() |
public ExecutionJobVertex(JobVertex jobVertex, Map<String,String> jobConfig, AtomicInteger idGenerator, long buildTime)
public Map<Integer,io.ray.api.BaseActorHandle> getExecutionVertexWorkers()
public int getExecutionJobVertexId()
public String getExecutionJobVertexName()
public String getExecutionJobVertexNameWithIndex()
public int getParallelism()
public List<ExecutionVertex> getExecutionVertices()
public void setExecutionVertices(List<ExecutionVertex> executionVertex)
public List<ExecutionJobEdge> getOutputEdges()
public void setOutputEdges(List<ExecutionJobEdge> outputEdges)
public List<ExecutionJobEdge> getInputEdges()
public void setInputEdges(List<ExecutionJobEdge> inputEdges)
public StreamOperator getStreamOperator()
public VertexType getVertexType()
public Language getLanguage()
public long getBuildTime()
public boolean isSourceVertex()
public boolean isTransformationVertex()
public boolean isSinkVertex()
Copyright © 2021. All rights reserved.