Package | Description |
---|---|
org.apache.flink.runtime.jobgraph |
Modifier and Type | Method and Description |
---|---|
JobEdge |
JobVertex.connectNewDataSetAsInput(JobVertex input,
DistributionPattern distPattern,
ResultPartitionType partitionType) |
JobEdge |
JobVertex.connectNewDataSetAsInput(JobVertex input,
DistributionPattern distPattern,
ResultPartitionType partitionType,
boolean isBroadcast) |
JobEdge |
JobVertex.connectNewDataSetAsInput(JobVertex input,
DistributionPattern distPattern,
ResultPartitionType partitionType,
IntermediateDataSetID intermediateDataSetId,
boolean isBroadcast) |
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–2024 The Apache Software Foundation. All rights reserved.