Uses of Class
org.apache.flink.runtime.jobgraph.IntermediateDataSet
-
Packages that use IntermediateDataSet Package Description org.apache.flink.runtime.executiongraph org.apache.flink.runtime.jobgraph -
-
Uses of IntermediateDataSet in org.apache.flink.runtime.executiongraph
Constructors in org.apache.flink.runtime.executiongraph with parameters of type IntermediateDataSet Constructor Description IntermediateResult(IntermediateDataSet intermediateDataSet, ExecutionJobVertex producer, int numParallelProducers, ResultPartitionType resultType)
-
Uses of IntermediateDataSet in org.apache.flink.runtime.jobgraph
Methods in org.apache.flink.runtime.jobgraph that return IntermediateDataSet Modifier and Type Method Description IntermediateDataSet
JobVertex. getOrCreateResultDataSet(IntermediateDataSetID id, ResultPartitionType partitionType)
IntermediateDataSet
JobEdge. getSource()
Returns the data set at the source of the edge.Methods in org.apache.flink.runtime.jobgraph that return types with arguments of type IntermediateDataSet Modifier and Type Method Description List<IntermediateDataSet>
JobVertex. getProducedDataSets()
Constructors in org.apache.flink.runtime.jobgraph with parameters of type IntermediateDataSet Constructor Description JobEdge(IntermediateDataSet source, JobVertex target, DistributionPattern distributionPattern, boolean isBroadcast)
Constructs a new job edge, that connects an intermediate result to a consumer task.
-