Package | Description |
---|---|
org.apache.flink.runtime.executiongraph | |
org.apache.flink.runtime.jobgraph |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionVertex.connectSource(int inputNumber,
IntermediateResult source,
JobEdge edge,
int consumerNumber) |
Modifier and Type | Method and Description |
---|---|
JobEdge |
JobVertex.connectDataSetAsInput(IntermediateDataSet dataSet,
DistributionPattern distPattern) |
JobEdge |
JobVertex.connectNewDataSetAsInput(JobVertex input,
DistributionPattern distPattern,
ResultPartitionType partitionType) |
Modifier and Type | Method and Description |
---|---|
List<JobEdge> |
IntermediateDataSet.getConsumers() |
List<JobEdge> |
JobVertex.getInputs() |
Modifier and Type | Method and Description |
---|---|
void |
IntermediateDataSet.addConsumer(JobEdge edge) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.