| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.jobgraph |
| Modifier and Type | Method and Description |
|---|---|
DistributionPattern |
ExecutionGroupEdge.getDistributionPattern()
Returns the distribution pattern to create the wiring between the group members.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
DistributionPatternProvider.createWire(DistributionPattern pattern,
int nodeLowerStage,
int nodeUpperStage,
int sizeSetLowerStage,
int sizeSetUpperStage)
Checks if two subtasks of different tasks should be wired.
|
| Constructor and Description |
|---|
ExecutionGroupEdge(ExecutionGroupVertex sourceVertex,
int indexOfOutputGate,
ExecutionGroupVertex targetVertex,
int indexOfInputGate,
ChannelType channelType,
boolean userDefinedChannelType,
DistributionPattern distributionPattern)
Constructs a new group edge.
|
| Modifier and Type | Method and Description |
|---|---|
DistributionPattern |
JobEdge.getDistributionPattern()
Returns the distribution pattern used for this edge.
|
static DistributionPattern |
DistributionPattern.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistributionPattern[] |
DistributionPattern.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJobVertex.connectTo(AbstractJobVertex vertex,
ChannelType channelType,
DistributionPattern distributionPattern)
Connects the job vertex to the specified job vertex.
|
void |
AbstractJobVertex.connectTo(AbstractJobVertex vertex,
ChannelType channelType,
int indexOfOutputGate,
int indexOfInputGate,
DistributionPattern distributionPattern)
Connects the job vertex to the specified job vertex.
|
| Constructor and Description |
|---|
JobEdge(AbstractJobVertex connectedVertex,
ChannelType channelType,
int indexOfInputGate,
DistributionPattern distributionPattern)
Constructs a new job edge.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.