Modifier and Type | Method and Description |
---|---|
ExecutionPropertyMap |
IREdge.getExecutionProperties() |
Modifier and Type | Method and Description |
---|---|
static ExecutionPropertyMap |
ExecutionPropertyMap.of(IREdge irEdge,
DataCommunicationPatternProperty.Value commPattern)
Static initializer for irEdges.
|
static ExecutionPropertyMap |
ExecutionPropertyMap.of(IRVertex irVertex)
Static initializer for irVertex.
|
Modifier and Type | Method and Description |
---|---|
ExecutionPropertyMap |
IRVertex.getExecutionProperties() |
Modifier and Type | Method and Description |
---|---|
ExecutionPropertyMap |
RuntimeEdge.getExecutionProperties() |
Constructor and Description |
---|
RuntimeEdge(String runtimeEdgeId,
ExecutionPropertyMap edgeProperties,
V src,
V dst,
Coder coder)
Constructs the edge given the below parameters.
|
RuntimeEdge(String runtimeEdgeId,
ExecutionPropertyMap edgeProperties,
V src,
V dst,
Coder coder,
Boolean isSideInput)
Constructs the edge given the below parameters.
|
Constructor and Description |
---|
PhysicalStageEdge(String runtimeEdgeId,
ExecutionPropertyMap edgeProperties,
IRVertex srcVertex,
IRVertex dstVertex,
PhysicalStage srcStage,
PhysicalStage dstStage,
Coder coder,
Boolean isSideInput)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
StageEdgeBuilder |
StageEdgeBuilder.setEdgeProperties(ExecutionPropertyMap ea)
Setter for edge properties.
|
Constructor and Description |
---|
StageEdge(String irEdgeId,
ExecutionPropertyMap edgeProperties,
Stage srcStage,
Stage dstStage,
Coder coder,
Boolean isSideInput,
IRVertex srcVertex,
IRVertex dstVertex)
Represents the edge between stages.
|
Copyright © 2018. All rights reserved.